Shades of Pigment Green #01AD50
Tints of Pigment Green #01AD50
RGB
CMYK
RGB Variations
Color information
#01AD50 (or 0x01AD50) is known color: Pigment Green. HEX triplet: 01, AD and 50. RGB value is (1,173,80). Sum of RGB (Red+Green+Blue) = 1+173+80=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD50 is #FE52AF. Grayscale: #6F6F6F. Windows color (decimal): -16667312 or 5287169. OLE color: 5287169.
HSL color Cylindrical-coordinate representation of color #01AD50: hue angle of 147.56º degrees, saturation: 0.99, 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 #01AD50 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 80 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.32 |
| HSL | 147.56º | 0.99% | 0.34% | - |
| HSV(B) | 147.56º | 0.99% | 0.68% | - |
| XYZ | 16.4 | 30.47 | 12.61 | - |
| YUV | 110.97 | 110.52 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 80 | 0.99 | 0 | 0.54 | 0.32 | 147.56 | 0.99 | 0.34 |
| Hex | 1 | AD | 50 | 63 | 0 | 36 | 20 | 94 | 63 | 22 |
| Octal | 1 | 255 | 120 | 143 | 0 | 66 | 40 | 224 | 143 | 42 |
| Binary | 1 | 10101101 | 1010000 | 1100011 | 0 | 110110 | 100000 | 10010100 | 1100011 | 100010 |
Color Harmonies of #01AD50
Complementary color
Monochromatic Colors of #01AD50
Black with #01AD50
Text Example
Text Example
White with #01AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD50; }
p { color: rgb(1,173,80); }
H1.HeaderClassName
{
color: #01AD50;
}
.AnyTagClassName
{
color: #01AD50;
}
</style>
background-color css
<style>
a { background-color: #01AD50; }
a { background-color: rgb(1,173,80); }
div.DivClassName
{
background-color: #01AD50;
}
.BgClassName
{
background-color: #01AD50;
}
</style>
border-color css
<style>
span { border-color: #01AD50; }
span { border-color: rgb(1,173,80); }
td.TdClassName
{
border-color: #01AD50;
}
.TagClassName
{
border-color: #01AD50;
}
</style>