Shades of Pigment Green #00AF50
Tints of Pigment Green #00AF50
RGB
CMYK
RGB Variations
Color information
#00AF50 (or 0x00AF50) is known color: Pigment Green. HEX triplet: 00, AF and 50. RGB value is (0,175,80). Sum of RGB (Red+Green+Blue) = 0+175+80=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AF50 is #FF50AF. Grayscale: #707070. Windows color (decimal): -16732336 or 5287680. OLE color: 5287680.
HSL color Cylindrical-coordinate representation of color #00AF50: hue angle of 147.43º 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 #00AF50 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 80 | - |
| CMYK | 1 | 0 | 0.54 | 0.31 |
| HSL | 147.43º | 1% | 0.34% | - |
| HSV(B) | 147.43º | 1% | 0.69% | - |
| XYZ | 16.78 | 31.24 | 12.73 | - |
| YUV | 111.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 80 | 1 | 0 | 0.54 | 0.31 | 147.43 | 1 | 0.34 |
| Hex | 0 | AF | 50 | 64 | 0 | 36 | 1F | 93 | 64 | 22 |
| Octal | 0 | 257 | 120 | 144 | 0 | 66 | 37 | 223 | 144 | 42 |
| Binary | 0 | 10101111 | 1010000 | 1100100 | 0 | 110110 | 11111 | 10010011 | 1100100 | 100010 |
Color Harmonies of #00AF50
Complementary color
Monochromatic Colors of #00AF50
Black with #00AF50
Text Example
Text Example
White with #00AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AF50; }
p { color: rgb(0,175,80); }
H1.HeaderClassName
{
color: #00AF50;
}
.AnyTagClassName
{
color: #00AF50;
}
</style>
background-color css
<style>
a { background-color: #00AF50; }
a { background-color: rgb(0,175,80); }
div.DivClassName
{
background-color: #00AF50;
}
.BgClassName
{
background-color: #00AF50;
}
</style>
border-color css
<style>
span { border-color: #00AF50; }
span { border-color: rgb(0,175,80); }
td.TdClassName
{
border-color: #00AF50;
}
.TagClassName
{
border-color: #00AF50;
}
</style>