Shades of Pigment Green #02A23C
Tints of Pigment Green #02A23C
RGB
CMYK
RGB Variations
Color information
#02A23C (or 0x02A23C) is known color: Pigment Green. HEX triplet: 02, A2 and 3C. RGB value is (2,162,60). Sum of RGB (Red+Green+Blue) = 2+162+60=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 162 (63.67% from 255 or 72.32% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 162 - color contains mainly: green. Hex color #02A23C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A23C is #FD5DC3. Grayscale: #666666. Windows color (decimal): -16604612 or 3973634. OLE color: 3973634.
HSL color Cylindrical-coordinate representation of color #02A23C: hue angle of 141.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A23C is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 60 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.36 |
| HSL | 141.75º | 0.98% | 0.32% | - |
| HSV(B) | 141.75º | 0.99% | 0.64% | - |
| XYZ | 13.76 | 26.18 | 8.6 | - |
| YUV | 102.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 60 | 0.99 | 0 | 0.63 | 0.36 | 141.75 | 0.98 | 0.32 |
| Hex | 2 | A2 | 3C | 63 | 0 | 3F | 24 | 8E | 62 | 20 |
| Octal | 2 | 242 | 74 | 143 | 0 | 77 | 44 | 216 | 142 | 40 |
| Binary | 10 | 10100010 | 111100 | 1100011 | 0 | 111111 | 100100 | 10001110 | 1100010 | 100000 |
Color Harmonies of #02A23C
Complementary color
Monochromatic Colors of #02A23C
Black with #02A23C
Text Example
Text Example
White with #02A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A23C; }
p { color: rgb(2,162,60); }
H1.HeaderClassName
{
color: #02A23C;
}
.AnyTagClassName
{
color: #02A23C;
}
</style>
background-color css
<style>
a { background-color: #02A23C; }
a { background-color: rgb(2,162,60); }
div.DivClassName
{
background-color: #02A23C;
}
.BgClassName
{
background-color: #02A23C;
}
</style>
border-color css
<style>
span { border-color: #02A23C; }
span { border-color: rgb(2,162,60); }
td.TdClassName
{
border-color: #02A23C;
}
.TagClassName
{
border-color: #02A23C;
}
</style>