Shades of Pigment Green #01AF5D
Tints of Pigment Green #01AF5D
RGB
CMYK
RGB Variations
Color information
#01AF5D (or 0x01AF5D) is known color: Pigment Green. HEX triplet: 01, AF and 5D. RGB value is (1,175,93). Sum of RGB (Red+Green+Blue) = 1+175+93=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF5D is #FE50A2. Grayscale: #717171. Windows color (decimal): -16666787 or 6139649. OLE color: 6139649.
HSL color Cylindrical-coordinate representation of color #01AF5D: hue angle of 151.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF5D is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 93 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.31 |
| HSL | 151.72º | 0.99% | 0.35% | - |
| HSV(B) | 151.72º | 0.99% | 0.69% | - |
| XYZ | 17.32 | 31.46 | 15.51 | - |
| YUV | 113.63 | 116.35 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 93 | 0.99 | 0 | 0.47 | 0.31 | 151.72 | 0.99 | 0.35 |
| Hex | 1 | AF | 5D | 63 | 0 | 2F | 1F | 98 | 63 | 23 |
| Octal | 1 | 257 | 135 | 143 | 0 | 57 | 37 | 230 | 143 | 43 |
| Binary | 1 | 10101111 | 1011101 | 1100011 | 0 | 101111 | 11111 | 10011000 | 1100011 | 100011 |
Color Harmonies of #01AF5D
Complementary color
Monochromatic Colors of #01AF5D
Black with #01AF5D
Text Example
Text Example
White with #01AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF5D; }
p { color: rgb(1,175,93); }
H1.HeaderClassName
{
color: #01AF5D;
}
.AnyTagClassName
{
color: #01AF5D;
}
</style>
background-color css
<style>
a { background-color: #01AF5D; }
a { background-color: rgb(1,175,93); }
div.DivClassName
{
background-color: #01AF5D;
}
.BgClassName
{
background-color: #01AF5D;
}
</style>
border-color css
<style>
span { border-color: #01AF5D; }
span { border-color: rgb(1,175,93); }
td.TdClassName
{
border-color: #01AF5D;
}
.TagClassName
{
border-color: #01AF5D;
}
</style>