Shades of Pigment Green #05A255
Tints of Pigment Green #05A255
RGB
CMYK
RGB Variations
Color information
#05A255 (or 0x05A255) is known color: Pigment Green. HEX triplet: 05, A2 and 55. RGB value is (5,162,85). Sum of RGB (Red+Green+Blue) = 5+162+85=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #05A255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A255 is #FA5DAA. Grayscale: #6A6A6A. Windows color (decimal): -16407979 or 5612037. OLE color: 5612037.
HSL color Cylindrical-coordinate representation of color #05A255: hue angle of 150.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A255 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 85 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.36 |
| HSL | 150.57º | 0.94% | 0.33% | - |
| HSV(B) | 150.57º | 0.97% | 0.64% | - |
| XYZ | 14.62 | 26.53 | 12.94 | - |
| YUV | 106.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 85 | 0.97 | 0 | 0.48 | 0.36 | 150.57 | 0.94 | 0.33 |
| Hex | 5 | A2 | 55 | 61 | 0 | 30 | 24 | 97 | 5E | 21 |
| Octal | 5 | 242 | 125 | 141 | 0 | 60 | 44 | 227 | 136 | 41 |
| Binary | 101 | 10100010 | 1010101 | 1100001 | 0 | 110000 | 100100 | 10010111 | 1011110 | 100001 |
Color Harmonies of #05A255
Complementary color
Monochromatic Colors of #05A255
Black with #05A255
Text Example
Text Example
White with #05A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A255; }
p { color: rgb(5,162,85); }
H1.HeaderClassName
{
color: #05A255;
}
.AnyTagClassName
{
color: #05A255;
}
</style>
background-color css
<style>
a { background-color: #05A255; }
a { background-color: rgb(5,162,85); }
div.DivClassName
{
background-color: #05A255;
}
.BgClassName
{
background-color: #05A255;
}
</style>
border-color css
<style>
span { border-color: #05A255; }
span { border-color: rgb(5,162,85); }
td.TdClassName
{
border-color: #05A255;
}
.TagClassName
{
border-color: #05A255;
}
</style>