#08A122

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

Shades of Forest Green #08A122

Tints of Forest Green #08A122

Color information

#08A122 (or 0x08A122) is unknown color: approx Forest Green. HEX triplet: 08, A1 and 22. RGB value is (8,161,34). Sum of RGB (Red+Green+Blue) = 8+161+34=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 161 (63.28% from 255 or 79.31% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 161 - color contains mainly: green. Hex color #08A122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A122 is #F75EDD. Grayscale: #656565. Windows color (decimal): -16211678 or 2269448. OLE color: 2269448.

HSL color Cylindrical-coordinate representation of color #08A122: hue angle of 130.2º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A122 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB816134-
CMYK0.9500.790.37
HSL130.2º90.53%33.14%-
HSV(B)130.2º95.03%63.14%-
XYZ13.1325.665.77-
YUV100.7890.3161.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 161 (63.28% from 255) = 79.31%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=3.94%
G=79.31%
B=16.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8161340.9500.790.37130.290.5333.14
Hex8A1225F04F25825b21
Octal102414213701174520213341
Binary100010100001100010101111101001111100101100000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A122; }

 p { color: rgb(8,161,34); }

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

<style>
 a { background-color: #08A122; }

 a { background-color: rgb(8,161,34); }

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

<style>
 span { border-color: #08A122; }

 span { border-color: rgb(8,161,34); }

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