#0FA21E

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

Shades of Forest Green #0FA21E

Tints of Forest Green #0FA21E

Color information

#0FA21E (or 0x0FA21E) is unknown color: approx Forest Green. HEX triplet: 0F, A2 and 1E. RGB value is (15,162,30). Sum of RGB (Red+Green+Blue) = 15+162+30=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA21E is #F05DE1. Grayscale: #676767. Windows color (decimal): -15752674 or 2007567. OLE color: 2007567.

HSL color Cylindrical-coordinate representation of color #0FA21E: hue angle of 126.12º 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 #0FA21E is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1516230-
CMYK0.9100.810.36
HSL126.12º83.05%34.71%-
HSV(B)126.12º90.74%63.53%-
XYZ13.3526.045.55-
YUV10386.865.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 162 (63.67% from 255) = 78.26%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=7.25%
G=78.26%
B=14.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162300.9100.810.36126.1283.0534.71
HexFA21E5B051247e5323
Octal172423613301214417612343
Binary1111101000101111010110110101000110010011111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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