Shades of Dark Pastel Green #02A624
Tints of Dark Pastel Green #02A624
RGB
CMYK
RGB Variations
Color information
#02A624 (or 0x02A624) is known color: Dark Pastel Green. HEX triplet: 02, A6 and 24. RGB value is (2,166,36). Sum of RGB (Red+Green+Blue) = 2+166+36=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 166 (65.23% from 255 or 81.37% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 166 - color contains mainly: green. Hex color #02A624 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A624 is #FD59DB. Grayscale: #666666. Windows color (decimal): -16603612 or 2401794. OLE color: 2401794.
HSL color Cylindrical-coordinate representation of color #02A624: hue angle of 132.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A624 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 36 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.35 |
| HSL | 132.44º | 0.98% | 0.33% | - |
| HSV(B) | 132.44º | 0.99% | 0.65% | - |
| XYZ | 13.98 | 27.41 | 6.22 | - |
| YUV | 102.14 | 90.67 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 36 | 0.99 | 0 | 0.78 | 0.35 | 132.44 | 0.98 | 0.33 |
| Hex | 2 | A6 | 24 | 63 | 0 | 4E | 23 | 84 | 62 | 21 |
| Octal | 2 | 246 | 44 | 143 | 0 | 116 | 43 | 204 | 142 | 41 |
| Binary | 10 | 10100110 | 100100 | 1100011 | 0 | 1001110 | 100011 | 10000100 | 1100010 | 100001 |
Color Harmonies of #02A624
Complementary color
Monochromatic Colors of #02A624
Black with #02A624
Text Example
Text Example
White with #02A624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A624; }
p { color: rgb(2,166,36); }
H1.HeaderClassName
{
color: #02A624;
}
.AnyTagClassName
{
color: #02A624;
}
</style>
background-color css
<style>
a { background-color: #02A624; }
a { background-color: rgb(2,166,36); }
div.DivClassName
{
background-color: #02A624;
}
.BgClassName
{
background-color: #02A624;
}
</style>
border-color css
<style>
span { border-color: #02A624; }
span { border-color: rgb(2,166,36); }
td.TdClassName
{
border-color: #02A624;
}
.TagClassName
{
border-color: #02A624;
}
</style>