Shades of Pigment Green #05A851
Tints of Pigment Green #05A851
RGB
CMYK
RGB Variations
Color information
#05A851 (or 0x05A851) is known color: Pigment Green. HEX triplet: 05, A8 and 51. RGB value is (5,168,81). Sum of RGB (Red+Green+Blue) = 5+168+81=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #05A851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A851 is #FA57AE. Grayscale: #6D6D6D. Windows color (decimal): -16406447 or 5351429. OLE color: 5351429.
HSL color Cylindrical-coordinate representation of color #05A851: hue angle of 147.98º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A851 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 168 | 81 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.34 |
| HSL | 147.98º | 0.94% | 0.34% | - |
| HSV(B) | 147.98º | 0.97% | 0.66% | - |
| XYZ | 15.55 | 28.63 | 12.49 | - |
| YUV | 109.35 | 112 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 81 | 0.97 | 0 | 0.52 | 0.34 | 147.98 | 0.94 | 0.34 |
| Hex | 5 | A8 | 51 | 61 | 0 | 34 | 22 | 94 | 5E | 22 |
| Octal | 5 | 250 | 121 | 141 | 0 | 64 | 42 | 224 | 136 | 42 |
| Binary | 101 | 10101000 | 1010001 | 1100001 | 0 | 110100 | 100010 | 10010100 | 1011110 | 100010 |
Color Harmonies of #05A851
Complementary color
Monochromatic Colors of #05A851
Black with #05A851
Text Example
Text Example
White with #05A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A851; }
p { color: rgb(5,168,81); }
H1.HeaderClassName
{
color: #05A851;
}
.AnyTagClassName
{
color: #05A851;
}
</style>
background-color css
<style>
a { background-color: #05A851; }
a { background-color: rgb(5,168,81); }
div.DivClassName
{
background-color: #05A851;
}
.BgClassName
{
background-color: #05A851;
}
</style>
border-color css
<style>
span { border-color: #05A851; }
span { border-color: rgb(5,168,81); }
td.TdClassName
{
border-color: #05A851;
}
.TagClassName
{
border-color: #05A851;
}
</style>