Shades of Pigment Green #00AF47
Tints of Pigment Green #00AF47
RGB
CMYK
RGB Variations
Color information
#00AF47 (or 0x00AF47) is known color: Pigment Green. HEX triplet: 00, AF and 47. RGB value is (0,175,71). Sum of RGB (Red+Green+Blue) = 0+175+71=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AF47 is #FF50B8. Grayscale: #6F6F6F. Windows color (decimal): -16732345 or 4697856. OLE color: 4697856.
HSL color Cylindrical-coordinate representation of color #00AF47: hue angle of 144.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF47 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 71 | - |
| CMYK | 1 | 0 | 0.59 | 0.31 |
| HSL | 144.34º | 1% | 0.34% | - |
| HSV(B) | 144.34º | 1% | 0.69% | - |
| XYZ | 16.47 | 31.11 | 11.1 | - |
| YUV | 110.82 | 105.52 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 71 | 1 | 0 | 0.59 | 0.31 | 144.34 | 1 | 0.34 |
| Hex | 0 | AF | 47 | 64 | 0 | 3B | 1F | 90 | 64 | 22 |
| Octal | 0 | 257 | 107 | 144 | 0 | 73 | 37 | 220 | 144 | 42 |
| Binary | 0 | 10101111 | 1000111 | 1100100 | 0 | 111011 | 11111 | 10010000 | 1100100 | 100010 |
Color Harmonies of #00AF47
Complementary color
Monochromatic Colors of #00AF47
Black with #00AF47
Text Example
Text Example
White with #00AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AF47; }
p { color: rgb(0,175,71); }
H1.HeaderClassName
{
color: #00AF47;
}
.AnyTagClassName
{
color: #00AF47;
}
</style>
background-color css
<style>
a { background-color: #00AF47; }
a { background-color: rgb(0,175,71); }
div.DivClassName
{
background-color: #00AF47;
}
.BgClassName
{
background-color: #00AF47;
}
</style>
border-color css
<style>
span { border-color: #00AF47; }
span { border-color: rgb(0,175,71); }
td.TdClassName
{
border-color: #00AF47;
}
.TagClassName
{
border-color: #00AF47;
}
</style>