#0AA123

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

Shades of Forest Green #0AA123

Tints of Forest Green #0AA123

Color information

#0AA123 (or 0x0AA123) is unknown color: approx Forest Green. HEX triplet: 0A, A1 and 23. RGB value is (10,161,35). Sum of RGB (Red+Green+Blue) = 10+161+35=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 161 (63.28% from 255 or 78.16% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA123 is #F55EDC. Grayscale: #656565. Windows color (decimal): -16080605 or 2334986. OLE color: 2334986.

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

Color convert

RGB1016135-
CMYK0.9400.780.37
HSL129.93º88.3%33.53%-
HSV(B)129.93º93.79%63.14%-
XYZ13.1725.685.85-
YUV101.4990.4762.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 161 (63.28% from 255) = 78.16%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=4.85%
G=78.16%
B=16.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10161350.9400.780.37129.9388.333.53
HexAA1235E04E25825822
Octal122414313601164520213042
Binary101010100001100011101111001001110100101100000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,161,35); }

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

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

 a { background-color: rgb(10,161,35); }

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

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

 span { border-color: rgb(10,161,35); }

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