#0FA02A

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

Shades of Forest Green #0FA02A

Tints of Forest Green #0FA02A

Color information

#0FA02A (or 0x0FA02A) is unknown color: approx Forest Green. HEX triplet: 0F, A0 and 2A. RGB value is (15,160,42). Sum of RGB (Red+Green+Blue) = 15+160+42=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA02A is #F05FD5. Grayscale: #676767. Windows color (decimal): -15753174 or 2793487. OLE color: 2793487.

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

Color convert

RGB1516042-
CMYK0.9100.740.37
HSL131.17º82.86%34.31%-
HSV(B)131.17º90.62%62.75%-
XYZ13.1925.416.4-
YUV103.1993.4665.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 160 (62.89% from 255) = 73.73%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=6.91%
G=73.73%
B=19.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15160420.9100.740.37131.1782.8634.31
HexFA02A5B04A25835322
Octal172405213301124520312342
Binary111110100000101010101101101001010100101100000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,42); }

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

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

 a { background-color: rgb(15,160,42); }

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

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

 span { border-color: rgb(15,160,42); }

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