Shades of Pigment Green #01AD43
Tints of Pigment Green #01AD43
RGB
CMYK
RGB Variations
Color information
#01AD43 (or 0x01AD43) is known color: Pigment Green. HEX triplet: 01, AD and 43. RGB value is (1,173,67). Sum of RGB (Red+Green+Blue) = 1+173+67=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD43 is #FE52BC. Grayscale: #6D6D6D. Windows color (decimal): -16667325 or 4435201. OLE color: 4435201.
HSL color Cylindrical-coordinate representation of color #01AD43: hue angle of 143.02º 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 #01AD43 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 67 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.32 |
| HSL | 143.02º | 0.99% | 0.34% | - |
| HSV(B) | 143.02º | 0.99% | 0.68% | - |
| XYZ | 15.97 | 30.3 | 10.32 | - |
| YUV | 109.49 | 104.02 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 67 | 0.99 | 0 | 0.61 | 0.32 | 143.02 | 0.99 | 0.34 |
| Hex | 1 | AD | 43 | 63 | 0 | 3D | 20 | 8F | 63 | 22 |
| Octal | 1 | 255 | 103 | 143 | 0 | 75 | 40 | 217 | 143 | 42 |
| Binary | 1 | 10101101 | 1000011 | 1100011 | 0 | 111101 | 100000 | 10001111 | 1100011 | 100010 |
Color Harmonies of #01AD43
Complementary color
Monochromatic Colors of #01AD43
Black with #01AD43
Text Example
Text Example
White with #01AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD43; }
p { color: rgb(1,173,67); }
H1.HeaderClassName
{
color: #01AD43;
}
.AnyTagClassName
{
color: #01AD43;
}
</style>
background-color css
<style>
a { background-color: #01AD43; }
a { background-color: rgb(1,173,67); }
div.DivClassName
{
background-color: #01AD43;
}
.BgClassName
{
background-color: #01AD43;
}
</style>
border-color css
<style>
span { border-color: #01AD43; }
span { border-color: rgb(1,173,67); }
td.TdClassName
{
border-color: #01AD43;
}
.TagClassName
{
border-color: #01AD43;
}
</style>