#0FA222

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

Shades of Forest Green #0FA222

Tints of Forest Green #0FA222

Color information

#0FA222 (or 0x0FA222) is unknown color: approx Forest Green. HEX triplet: 0F, A2 and 22. RGB value is (15,162,34). Sum of RGB (Red+Green+Blue) = 15+162+34=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA222 is #F05DDD. Grayscale: #676767. Windows color (decimal): -15752670 or 2269711. OLE color: 2269711.

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

Color convert

RGB1516234-
CMYK0.9100.790.36
HSL127.76º83.05%34.71%-
HSV(B)127.76º90.74%63.53%-
XYZ13.4126.065.84-
YUV103.4688.864.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 162 (63.67% from 255) = 76.78%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=7.11%
G=76.78%
B=16.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162340.9100.790.36127.7683.0534.71
HexFA2225B04F24805323
Octal172424213301174420012343
Binary111110100010100010101101101001111100100100000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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