#0F600C

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

Shades of Green #0F600C

Tints of Green #0F600C

Color information

#0F600C (or 0x0F600C) is unknown color: approx Green. HEX triplet: 0F, 60 and 0C. RGB value is (15,96,12). Sum of RGB (Red+Green+Blue) = 15+96+12=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #0F600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F600C is #F09FF3. Grayscale: #3E3E3E. Windows color (decimal): -15769588 or 811023. OLE color: 811023.

HSL color Cylindrical-coordinate representation of color #0F600C: hue angle of 117.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F600C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB159612-
CMYK0.8400.880.62
HSL117.86º77.78%21.18%-
HSV(B)117.86º87.5%37.65%-
XYZ4.458.491.75-
YUV62.299.6694.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 96 (37.89% from 255) = 78.05%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=12.20%
G=78.05%
B=9.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596120.8400.880.62117.8677.7821.18
HexF60C540583E764e15
Octal171401412401307616611625
Binary1111110000011001010100010110001111101110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,12); }

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

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

 a { background-color: rgb(15,96,12); }

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

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

 span { border-color: rgb(15,96,12); }

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