Shades of Pigment Green #00A851
Tints of Pigment Green #00A851
RGB
CMYK
RGB Variations
Color information
#00A851 (or 0x00A851) is known color: Pigment Green. HEX triplet: 00, A8 and 51. RGB value is (0,168,81). Sum of RGB (Red+Green+Blue) = 0+168+81=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 168 (66.02% from 255 or 67.47% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 168 - color contains mainly: green. Hex color #00A851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A851 is #FF57AE. Grayscale: #6C6C6C. Windows color (decimal): -16734127 or 5351424. OLE color: 5351424.
HSL color Cylindrical-coordinate representation of color #00A851: hue angle of 148.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A851 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 81 | - |
| CMYK | 1 | 0 | 0.52 | 0.34 |
| HSL | 148.93º | 1% | 0.33% | - |
| HSV(B) | 148.93º | 1% | 0.66% | - |
| XYZ | 15.49 | 28.6 | 12.49 | - |
| YUV | 107.85 | 112.84 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 81 | 1 | 0 | 0.52 | 0.34 | 148.93 | 1 | 0.33 |
| Hex | 0 | A8 | 51 | 64 | 0 | 34 | 22 | 95 | 64 | 21 |
| Octal | 0 | 250 | 121 | 144 | 0 | 64 | 42 | 225 | 144 | 41 |
| Binary | 0 | 10101000 | 1010001 | 1100100 | 0 | 110100 | 100010 | 10010101 | 1100100 | 100001 |
Color Harmonies of #00A851
Complementary color
Monochromatic Colors of #00A851
Black with #00A851
Text Example
Text Example
White with #00A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A851; }
p { color: rgb(0,168,81); }
H1.HeaderClassName
{
color: #00A851;
}
.AnyTagClassName
{
color: #00A851;
}
</style>
background-color css
<style>
a { background-color: #00A851; }
a { background-color: rgb(0,168,81); }
div.DivClassName
{
background-color: #00A851;
}
.BgClassName
{
background-color: #00A851;
}
</style>
border-color css
<style>
span { border-color: #00A851; }
span { border-color: rgb(0,168,81); }
td.TdClassName
{
border-color: #00A851;
}
.TagClassName
{
border-color: #00A851;
}
</style>