Shades of Pigment Green #01AF43
Tints of Pigment Green #01AF43
RGB
CMYK
RGB Variations
Color information
#01AF43 (or 0x01AF43) is known color: Pigment Green. HEX triplet: 01, AF and 43. RGB value is (1,175,67). Sum of RGB (Red+Green+Blue) = 1+175+67=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF43 is #FE50BC. Grayscale: #6E6E6E. Windows color (decimal): -16666813 or 4435713. OLE color: 4435713.
HSL color Cylindrical-coordinate representation of color #01AF43: hue angle of 142.76º 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 #01AF43 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 67 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.31 |
| HSL | 142.76º | 0.99% | 0.35% | - |
| HSV(B) | 142.76º | 0.99% | 0.69% | - |
| XYZ | 16.36 | 31.07 | 10.45 | - |
| YUV | 110.66 | 103.35 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 67 | 0.99 | 0 | 0.62 | 0.31 | 142.76 | 0.99 | 0.35 |
| Hex | 1 | AF | 43 | 63 | 0 | 3E | 1F | 8F | 63 | 23 |
| Octal | 1 | 257 | 103 | 143 | 0 | 76 | 37 | 217 | 143 | 43 |
| Binary | 1 | 10101111 | 1000011 | 1100011 | 0 | 111110 | 11111 | 10001111 | 1100011 | 100011 |
Color Harmonies of #01AF43
Complementary color
Monochromatic Colors of #01AF43
Black with #01AF43
Text Example
Text Example
White with #01AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF43; }
p { color: rgb(1,175,67); }
H1.HeaderClassName
{
color: #01AF43;
}
.AnyTagClassName
{
color: #01AF43;
}
</style>
background-color css
<style>
a { background-color: #01AF43; }
a { background-color: rgb(1,175,67); }
div.DivClassName
{
background-color: #01AF43;
}
.BgClassName
{
background-color: #01AF43;
}
</style>
border-color css
<style>
span { border-color: #01AF43; }
span { border-color: rgb(1,175,67); }
td.TdClassName
{
border-color: #01AF43;
}
.TagClassName
{
border-color: #01AF43;
}
</style>