Shades of Pigment Green #00AD58
Tints of Pigment Green #00AD58
RGB
CMYK
RGB Variations
Color information
#00AD58 (or 0x00AD58) is known color: Pigment Green. HEX triplet: 00, AD and 58. RGB value is (0,173,88). Sum of RGB (Red+Green+Blue) = 0+173+88=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AD58 is #FF52A7. Grayscale: #6F6F6F. Windows color (decimal): -16732840 or 5811456. OLE color: 5811456.
HSL color Cylindrical-coordinate representation of color #00AD58: hue angle of 150.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD58 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 88 | - |
| CMYK | 1 | 0 | 0.49 | 0.32 |
| HSL | 150.52º | 1% | 0.34% | - |
| HSV(B) | 150.52º | 1% | 0.68% | - |
| XYZ | 16.71 | 30.59 | 14.26 | - |
| YUV | 111.58 | 114.69 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 88 | 1 | 0 | 0.49 | 0.32 | 150.52 | 1 | 0.34 |
| Hex | 0 | AD | 58 | 64 | 0 | 31 | 20 | 97 | 64 | 22 |
| Octal | 0 | 255 | 130 | 144 | 0 | 61 | 40 | 227 | 144 | 42 |
| Binary | 0 | 10101101 | 1011000 | 1100100 | 0 | 110001 | 100000 | 10010111 | 1100100 | 100010 |
Color Harmonies of #00AD58
Complementary color
Monochromatic Colors of #00AD58
Black with #00AD58
Text Example
Text Example
White with #00AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD58; }
p { color: rgb(0,173,88); }
H1.HeaderClassName
{
color: #00AD58;
}
.AnyTagClassName
{
color: #00AD58;
}
</style>
background-color css
<style>
a { background-color: #00AD58; }
a { background-color: rgb(0,173,88); }
div.DivClassName
{
background-color: #00AD58;
}
.BgClassName
{
background-color: #00AD58;
}
</style>
border-color css
<style>
span { border-color: #00AD58; }
span { border-color: rgb(0,173,88); }
td.TdClassName
{
border-color: #00AD58;
}
.TagClassName
{
border-color: #00AD58;
}
</style>