Shades of Pigment Green #05A054
Tints of Pigment Green #05A054
RGB
CMYK
RGB Variations
Color information
#05A054 (or 0x05A054) is known color: Pigment Green. HEX triplet: 05, A0 and 54. RGB value is (5,160,84). Sum of RGB (Red+Green+Blue) = 5+160+84=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #05A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A054 is #FA5FAB. Grayscale: #696969. Windows color (decimal): -16408492 or 5545989. OLE color: 5545989.
HSL color Cylindrical-coordinate representation of color #05A054: hue angle of 150.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A054 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 84 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.37 |
| HSL | 150.58º | 0.94% | 0.32% | - |
| HSV(B) | 150.58º | 0.97% | 0.63% | - |
| XYZ | 14.23 | 25.81 | 12.62 | - |
| YUV | 104.99 | 116.15 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 84 | 0.97 | 0 | 0.48 | 0.37 | 150.58 | 0.94 | 0.32 |
| Hex | 5 | A0 | 54 | 61 | 0 | 30 | 25 | 97 | 5E | 20 |
| Octal | 5 | 240 | 124 | 141 | 0 | 60 | 45 | 227 | 136 | 40 |
| Binary | 101 | 10100000 | 1010100 | 1100001 | 0 | 110000 | 100101 | 10010111 | 1011110 | 100000 |
Color Harmonies of #05A054
Complementary color
Monochromatic Colors of #05A054
Black with #05A054
Text Example
Text Example
White with #05A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A054; }
p { color: rgb(5,160,84); }
H1.HeaderClassName
{
color: #05A054;
}
.AnyTagClassName
{
color: #05A054;
}
</style>
background-color css
<style>
a { background-color: #05A054; }
a { background-color: rgb(5,160,84); }
div.DivClassName
{
background-color: #05A054;
}
.BgClassName
{
background-color: #05A054;
}
</style>
border-color css
<style>
span { border-color: #05A054; }
span { border-color: rgb(5,160,84); }
td.TdClassName
{
border-color: #05A054;
}
.TagClassName
{
border-color: #05A054;
}
</style>