Shades of Dark Pastel Green #08A02A
Tints of Dark Pastel Green #08A02A
RGB
CMYK
RGB Variations
Color information
#08A02A (or 0x08A02A) is known color: Dark Pastel Green. HEX triplet: 08, A0 and 2A. RGB value is (8,160,42). Sum of RGB (Red+Green+Blue) = 8+160+42=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #08A02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A02A is #F75FD5. Grayscale: #656565. Windows color (decimal): -16211926 or 2793480. OLE color: 2793480.
HSL color Cylindrical-coordinate representation of color #08A02A: hue angle of 133.42º degrees, saturation: 0.9, 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 #08A02A is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 160 | 42 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.37 |
| HSL | 133.42º | 0.9% | 0.33% | - |
| HSV(B) | 133.42º | 0.95% | 0.63% | - |
| XYZ | 13.09 | 25.36 | 6.4 | - |
| YUV | 101.1 | 94.64 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 42 | 0.95 | 0 | 0.74 | 0.37 | 133.42 | 0.9 | 0.33 |
| Hex | 8 | A0 | 2A | 5F | 0 | 4A | 25 | 85 | 5A | 21 |
| Octal | 10 | 240 | 52 | 137 | 0 | 112 | 45 | 205 | 132 | 41 |
| Binary | 1000 | 10100000 | 101010 | 1011111 | 0 | 1001010 | 100101 | 10000101 | 1011010 | 100001 |
Color Harmonies of #08A02A
Complementary color
Monochromatic Colors of #08A02A
Black with #08A02A
Text Example
Text Example
White with #08A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A02A; }
p { color: rgb(8,160,42); }
H1.HeaderClassName
{
color: #08A02A;
}
.AnyTagClassName
{
color: #08A02A;
}
</style>
background-color css
<style>
a { background-color: #08A02A; }
a { background-color: rgb(8,160,42); }
div.DivClassName
{
background-color: #08A02A;
}
.BgClassName
{
background-color: #08A02A;
}
</style>
border-color css
<style>
span { border-color: #08A02A; }
span { border-color: rgb(8,160,42); }
td.TdClassName
{
border-color: #08A02A;
}
.TagClassName
{
border-color: #08A02A;
}
</style>