#0AA222

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

Shades of Forest Green #0AA222

Tints of Forest Green #0AA222

Color information

#0AA222 (or 0x0AA222) is unknown color: approx Forest Green. HEX triplet: 0A, A2 and 22. RGB value is (10,162,34). Sum of RGB (Red+Green+Blue) = 10+162+34=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA222 is #F55DDD. Grayscale: #666666. Windows color (decimal): -16080350 or 2269706. OLE color: 2269706.

HSL color Cylindrical-coordinate representation of color #0AA222: hue angle of 129.47º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA222 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1016234-
CMYK0.9400.790.36
HSL129.47º88.37%33.73%-
HSV(B)129.47º93.83%63.53%-
XYZ13.3326.025.83-
YUV101.9689.6462.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 162 (63.67% from 255) = 78.64%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=4.85%
G=78.64%
B=16.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162340.9400.790.36129.4788.3733.73
HexAA2225E04F24815822
Octal122424213601174420113042
Binary101010100010100010101111001001111100100100000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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