#0F9F26

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

Shades of Forest Green #0F9F26

Tints of Forest Green #0F9F26

Color information

#0F9F26 (or 0x0F9F26) is unknown color: approx Forest Green. HEX triplet: 0F, 9F and 26. RGB value is (15,159,38). Sum of RGB (Red+Green+Blue) = 15+159+38=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F26 is #F060D9. Grayscale: #666666. Windows color (decimal): -15753434 or 2531087. OLE color: 2531087.

HSL color Cylindrical-coordinate representation of color #0F9F26: hue angle of 129.58º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F26 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1515938-
CMYK0.9100.760.38
HSL129.58º82.76%34.12%-
HSV(B)129.58º90.57%62.35%-
XYZ12.9425.045.98-
YUV102.1591.7965.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 159 (62.5% from 255) = 75%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=7.08%
G=75%
B=17.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159380.9100.760.38129.5882.7634.12
HexF9F265B04C26825322
Octal172374613301144620212342
Binary111110011111100110101101101001100100110100000101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,38); }

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

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

 a { background-color: rgb(15,159,38); }

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

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

 span { border-color: rgb(15,159,38); }

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