Shades of Pigment Green #01AF4D
Tints of Pigment Green #01AF4D
RGB
CMYK
RGB Variations
Color information
#01AF4D (or 0x01AF4D) is known color: Pigment Green. HEX triplet: 01, AF and 4D. RGB value is (1,175,77). Sum of RGB (Red+Green+Blue) = 1+175+77=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF4D is #FE50B2. Grayscale: #707070. Windows color (decimal): -16666803 or 5091073. OLE color: 5091073.
HSL color Cylindrical-coordinate representation of color #01AF4D: hue angle of 146.21º 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 #01AF4D is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 77 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.31 |
| HSL | 146.21º | 0.99% | 0.35% | - |
| HSV(B) | 146.21º | 0.99% | 0.69% | - |
| XYZ | 16.68 | 31.2 | 12.16 | - |
| YUV | 111.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 77 | 0.99 | 0 | 0.56 | 0.31 | 146.21 | 0.99 | 0.35 |
| Hex | 1 | AF | 4D | 63 | 0 | 38 | 1F | 92 | 63 | 23 |
| Octal | 1 | 257 | 115 | 143 | 0 | 70 | 37 | 222 | 143 | 43 |
| Binary | 1 | 10101111 | 1001101 | 1100011 | 0 | 111000 | 11111 | 10010010 | 1100011 | 100011 |
Color Harmonies of #01AF4D
Complementary color
Monochromatic Colors of #01AF4D
Black with #01AF4D
Text Example
Text Example
White with #01AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF4D; }
p { color: rgb(1,175,77); }
H1.HeaderClassName
{
color: #01AF4D;
}
.AnyTagClassName
{
color: #01AF4D;
}
</style>
background-color css
<style>
a { background-color: #01AF4D; }
a { background-color: rgb(1,175,77); }
div.DivClassName
{
background-color: #01AF4D;
}
.BgClassName
{
background-color: #01AF4D;
}
</style>
border-color css
<style>
span { border-color: #01AF4D; }
span { border-color: rgb(1,175,77); }
td.TdClassName
{
border-color: #01AF4D;
}
.TagClassName
{
border-color: #01AF4D;
}
</style>