#0FA21C

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

Shades of Forest Green #0FA21C

Tints of Forest Green #0FA21C

Color information

#0FA21C (or 0x0FA21C) is unknown color: approx Forest Green. HEX triplet: 0F, A2 and 1C. RGB value is (15,162,28). Sum of RGB (Red+Green+Blue) = 15+162+28=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA21C is #F05DE3. Grayscale: #676767. Windows color (decimal): -15752676 or 1876495. OLE color: 1876495.

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

Color convert

RGB1516228-
CMYK0.9100.830.36
HSL125.31º83.05%34.71%-
HSV(B)125.31º90.74%63.53%-
XYZ13.3326.035.42-
YUV102.7785.865.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.32%
GREEN value IS 162 (63.67% from 255) = 79.02%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=7.32%
G=79.02%
B=13.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162280.9100.830.36125.3183.0534.71
HexFA21C5B053247d5323
Octal172423413301234417512343
Binary1111101000101110010110110101001110010011111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,162,28); }

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

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

 a { background-color: rgb(15,162,28); }

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

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

 span { border-color: rgb(15,162,28); }

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