Shades of Pigment Green #08A24A
Tints of Pigment Green #08A24A
RGB
CMYK
RGB Variations
Color information
#08A24A (or 0x08A24A) is known color: Pigment Green. HEX triplet: 08, A2 and 4A. RGB value is (8,162,74). Sum of RGB (Red+Green+Blue) = 8+162+74=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #08A24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A24A is #F75DB5. Grayscale: #6A6A6A. Windows color (decimal): -16211382 or 4891144. OLE color: 4891144.
HSL color Cylindrical-coordinate representation of color #08A24A: hue angle of 145.71º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A24A is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 74 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.36 |
| HSL | 145.71º | 0.91% | 0.33% | - |
| HSV(B) | 145.71º | 0.95% | 0.64% | - |
| XYZ | 14.26 | 26.39 | 10.82 | - |
| YUV | 105.92 | 109.98 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 74 | 0.95 | 0 | 0.54 | 0.36 | 145.71 | 0.91 | 0.33 |
| Hex | 8 | A2 | 4A | 5F | 0 | 36 | 24 | 92 | 5B | 21 |
| Octal | 10 | 242 | 112 | 137 | 0 | 66 | 44 | 222 | 133 | 41 |
| Binary | 1000 | 10100010 | 1001010 | 1011111 | 0 | 110110 | 100100 | 10010010 | 1011011 | 100001 |
Color Harmonies of #08A24A
Complementary color
Monochromatic Colors of #08A24A
Black with #08A24A
Text Example
Text Example
White with #08A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A24A; }
p { color: rgb(8,162,74); }
H1.HeaderClassName
{
color: #08A24A;
}
.AnyTagClassName
{
color: #08A24A;
}
</style>
background-color css
<style>
a { background-color: #08A24A; }
a { background-color: rgb(8,162,74); }
div.DivClassName
{
background-color: #08A24A;
}
.BgClassName
{
background-color: #08A24A;
}
</style>
border-color css
<style>
span { border-color: #08A24A; }
span { border-color: rgb(8,162,74); }
td.TdClassName
{
border-color: #08A24A;
}
.TagClassName
{
border-color: #08A24A;
}
</style>