#0FA12A

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

Shades of Forest Green #0FA12A

Tints of Forest Green #0FA12A

Color information

#0FA12A (or 0x0FA12A) is unknown color: approx Forest Green. HEX triplet: 0F, A1 and 2A. RGB value is (15,161,42). Sum of RGB (Red+Green+Blue) = 15+161+42=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA12A is #F05ED5. Grayscale: #686868. Windows color (decimal): -15752918 or 2793743. OLE color: 2793743.

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

Color convert

RGB1516142-
CMYK0.9100.740.37
HSL131.1º82.95%34.51%-
HSV(B)131.1º90.68%63.14%-
XYZ13.3625.766.46-
YUV103.7893.1364.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 161 (63.28% from 255) = 73.85%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=6.88%
G=73.85%
B=19.27%

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
Decimal15161420.9100.740.37131.182.9534.51
HexFA12A5B04A25835323
Octal172415213301124520312343
Binary111110100001101010101101101001010100101100000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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