Shades of Pigment Green #02AD4B
Tints of Pigment Green #02AD4B
RGB
CMYK
RGB Variations
Color information
#02AD4B (or 0x02AD4B) is known color: Pigment Green. HEX triplet: 02, AD and 4B. RGB value is (2,173,75). Sum of RGB (Red+Green+Blue) = 2+173+75=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD4B is #FD52B4. Grayscale: #6E6E6E. Windows color (decimal): -16601781 or 4959490. OLE color: 4959490.
HSL color Cylindrical-coordinate representation of color #02AD4B: hue angle of 145.61º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD4B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 75 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.32 |
| HSL | 145.61º | 0.98% | 0.34% | - |
| HSV(B) | 145.61º | 0.99% | 0.68% | - |
| XYZ | 16.24 | 30.41 | 11.67 | - |
| YUV | 110.7 | 107.85 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 75 | 0.99 | 0 | 0.57 | 0.32 | 145.61 | 0.98 | 0.34 |
| Hex | 2 | AD | 4B | 63 | 0 | 39 | 20 | 92 | 62 | 22 |
| Octal | 2 | 255 | 113 | 143 | 0 | 71 | 40 | 222 | 142 | 42 |
| Binary | 10 | 10101101 | 1001011 | 1100011 | 0 | 111001 | 100000 | 10010010 | 1100010 | 100010 |
Color Harmonies of #02AD4B
Complementary color
Monochromatic Colors of #02AD4B
Black with #02AD4B
Text Example
Text Example
White with #02AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD4B; }
p { color: rgb(2,173,75); }
H1.HeaderClassName
{
color: #02AD4B;
}
.AnyTagClassName
{
color: #02AD4B;
}
</style>
background-color css
<style>
a { background-color: #02AD4B; }
a { background-color: rgb(2,173,75); }
div.DivClassName
{
background-color: #02AD4B;
}
.BgClassName
{
background-color: #02AD4B;
}
</style>
border-color css
<style>
span { border-color: #02AD4B; }
span { border-color: rgb(2,173,75); }
td.TdClassName
{
border-color: #02AD4B;
}
.TagClassName
{
border-color: #02AD4B;
}
</style>