#0AA027

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

Shades of Forest Green #0AA027

Tints of Forest Green #0AA027

Color information

#0AA027 (or 0x0AA027) is unknown color: approx Forest Green. HEX triplet: 0A, A0 and 27. RGB value is (10,160,39). Sum of RGB (Red+Green+Blue) = 10+160+39=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 160 (62.89% from 255 or 76.56% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA027 is #F55FD8. Grayscale: #656565. Windows color (decimal): -16080857 or 2596874. OLE color: 2596874.

HSL color Cylindrical-coordinate representation of color #0AA027: hue angle of 131.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA027 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1016039-
CMYK0.9400.760.37
HSL131.6º88.24%33.33%-
HSV(B)131.6º93.75%62.75%-
XYZ13.0625.356.12-
YUV101.3692.862.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 160 (62.89% from 255) = 76.56%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=4.78%
G=76.56%
B=18.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10160390.9400.760.37131.688.2433.33
HexAA0275E04C25845821
Octal122404713601144520413041
Binary101010100000100111101111001001100100101100001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,39); }

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

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

 a { background-color: rgb(10,160,39); }

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

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

 span { border-color: rgb(10,160,39); }

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