#0AA228

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

Shades of Forest Green #0AA228

Tints of Forest Green #0AA228

Color information

#0AA228 (or 0x0AA228) is unknown color: approx Forest Green. HEX triplet: 0A, A2 and 28. RGB value is (10,162,40). Sum of RGB (Red+Green+Blue) = 10+162+40=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA228 is #F55DD7. Grayscale: #666666. Windows color (decimal): -16080344 or 2662922. OLE color: 2662922.

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

Color convert

RGB1016240-
CMYK0.9400.750.36
HSL131.84º88.37%33.73%-
HSV(B)131.84º93.83%63.53%-
XYZ13.4326.066.33-
YUV102.6492.6461.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=4.72%
G=76.42%
B=18.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162400.9400.750.36131.8488.3733.73
HexAA2285E04B24845822
Octal122425013601134420413042
Binary101010100010101000101111001001011100100100001001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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