#0FC016

Color #0FC016 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0FC016

Tints of Dark Pastel Green #0FC016

Color information

#0FC016 (or 0x0FC016) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C0 and 16. RGB value is (15,192,22). Sum of RGB (Red+Green+Blue) = 15+192+22=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC016 is #F03FE9. Grayscale: #787878. Windows color (decimal): -15745002 or 1490959. OLE color: 1490959.

HSL color Cylindrical-coordinate representation of color #0FC016: hue angle of 122.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC016 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1519222-
CMYK0.9200.890.25
HSL122.37º85.51%40.59%-
HSV(B)122.37º92.19%75.29%-
XYZ19.1937.867.06-
YUV119.772.8653.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 192 (75.39% from 255) = 83.84%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=6.55%
G=83.84%
B=9.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15192220.9200.890.25122.3785.5140.59
HexFC0165C059197a5629
Octal173002613401313117212651
Binary111111000000101101011100010110011100111110101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FC016; }

 p { color: rgb(15,192,22); }

 H1.HeaderClassName
 {
   color: #0FC016;
 }
 .AnyTagClassName
 {
   color: #0FC016;
 }
</style>
background-color css

<style>
 a { background-color: #0FC016; }

 a { background-color: rgb(15,192,22); }

 div.DivClassName
 {
   background-color: #0FC016;
 }
 .BgClassName
 {
   background-color: #0FC016;
 }
</style>
border-color css

<style>
 span { border-color: #0FC016; }

 span { border-color: rgb(15,192,22); }

 td.TdClassName
 {
   border-color: #0FC016;
 }
 .TagClassName
 {
   border-color: #0FC016;
 }
</style>