Shades of Dark Pastel Green #02A93C
Tints of Dark Pastel Green #02A93C
RGB
CMYK
RGB Variations
Color information
#02A93C (or 0x02A93C) is known color: Dark Pastel Green. HEX triplet: 02, A9 and 3C. RGB value is (2,169,60). Sum of RGB (Red+Green+Blue) = 2+169+60=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #02A93C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A93C is #FD56C3. Grayscale: #6A6A6A. Windows color (decimal): -16602820 or 3975426. OLE color: 3975426.
HSL color Cylindrical-coordinate representation of color #02A93C: hue angle of 140.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A93C is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 60 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.34 |
| HSL | 140.84º | 0.98% | 0.34% | - |
| HSV(B) | 140.84º | 0.99% | 0.66% | - |
| XYZ | 15.03 | 28.72 | 9.03 | - |
| YUV | 106.64 | 101.67 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 60 | 0.99 | 0 | 0.64 | 0.34 | 140.84 | 0.98 | 0.34 |
| Hex | 2 | A9 | 3C | 63 | 0 | 40 | 22 | 8D | 62 | 22 |
| Octal | 2 | 251 | 74 | 143 | 0 | 100 | 42 | 215 | 142 | 42 |
| Binary | 10 | 10101001 | 111100 | 1100011 | 0 | 1000000 | 100010 | 10001101 | 1100010 | 100010 |
Color Harmonies of #02A93C
Complementary color
Monochromatic Colors of #02A93C
Black with #02A93C
Text Example
Text Example
White with #02A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A93C; }
p { color: rgb(2,169,60); }
H1.HeaderClassName
{
color: #02A93C;
}
.AnyTagClassName
{
color: #02A93C;
}
</style>
background-color css
<style>
a { background-color: #02A93C; }
a { background-color: rgb(2,169,60); }
div.DivClassName
{
background-color: #02A93C;
}
.BgClassName
{
background-color: #02A93C;
}
</style>
border-color css
<style>
span { border-color: #02A93C; }
span { border-color: rgb(2,169,60); }
td.TdClassName
{
border-color: #02A93C;
}
.TagClassName
{
border-color: #02A93C;
}
</style>