#0FA221

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

Shades of Forest Green #0FA221

Tints of Forest Green #0FA221

Color information

#0FA221 (or 0x0FA221) is unknown color: approx Forest Green. HEX triplet: 0F, A2 and 21. RGB value is (15,162,33). Sum of RGB (Red+Green+Blue) = 15+162+33=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA221 is #F05DDE. Grayscale: #676767. Windows color (decimal): -15752671 or 2204175. OLE color: 2204175.

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

Color convert

RGB1516233-
CMYK0.9100.800.36
HSL127.35º83.05%34.71%-
HSV(B)127.35º90.74%63.53%-
XYZ13.3926.055.76-
YUV103.3488.364.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 162 (63.67% from 255) = 77.14%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=7.14%
G=77.14%
B=15.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162330.9100.800.36127.3583.0534.71
HexFA2215B050247f5323
Octal172424113301204417712343
Binary11111010001010000110110110101000010010011111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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