#0F6E04

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

Shades of Green #0F6E04

Tints of Green #0F6E04

Color information

#0F6E04 (or 0x0F6E04) is unknown color: approx Green. HEX triplet: 0F, 6E and 04. RGB value is (15,110,4). Sum of RGB (Red+Green+Blue) = 15+110+4=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 110 (43.36% from 255 or 85.27% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6E04 is #F091FB. Grayscale: #454545. Windows color (decimal): -15766012 or 290319. OLE color: 290319.

HSL color Cylindrical-coordinate representation of color #0F6E04: hue angle of 113.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F6E04 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB151104-
CMYK0.8600.960.57
HSL113.77º92.98%22.35%-
HSV(B)113.77º96.36%43.14%-
XYZ5.7911.261.98-
YUV69.5191.0389.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 110 (43.36% from 255) = 85.27%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=11.63%
G=85.27%
B=3.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1511040.8600.960.57113.7792.9822.35
HexF6E45606039725d16
Octal17156412601407116213526
Binary111111011101001010110011000001110011110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,110,4); }

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

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

 a { background-color: rgb(15,110,4); }

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

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

 span { border-color: rgb(15,110,4); }

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