Shades of Pigment Green #05A545
Tints of Pigment Green #05A545
RGB
CMYK
RGB Variations
Color information
#05A545 (or 0x05A545) is known color: Pigment Green. HEX triplet: 05, A5 and 45. RGB value is (5,165,69). Sum of RGB (Red+Green+Blue) = 5+165+69=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #05A545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A545 is #FA5ABA. Grayscale: #6A6A6A. Windows color (decimal): -16407227 or 4564229. OLE color: 4564229.
HSL color Cylindrical-coordinate representation of color #05A545: hue angle of 144º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A545 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 165 | 69 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.35 |
| HSL | 144º | 0.94% | 0.33% | - |
| HSV(B) | 144º | 0.97% | 0.65% | - |
| XYZ | 14.59 | 27.37 | 10.14 | - |
| YUV | 106.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 165 | 69 | 0.97 | 0 | 0.58 | 0.35 | 144 | 0.94 | 0.33 |
| Hex | 5 | A5 | 45 | 61 | 0 | 3A | 23 | 90 | 5E | 21 |
| Octal | 5 | 245 | 105 | 141 | 0 | 72 | 43 | 220 | 136 | 41 |
| Binary | 101 | 10100101 | 1000101 | 1100001 | 0 | 111010 | 100011 | 10010000 | 1011110 | 100001 |
Color Harmonies of #05A545
Complementary color
Monochromatic Colors of #05A545
Black with #05A545
Text Example
Text Example
White with #05A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A545; }
p { color: rgb(5,165,69); }
H1.HeaderClassName
{
color: #05A545;
}
.AnyTagClassName
{
color: #05A545;
}
</style>
background-color css
<style>
a { background-color: #05A545; }
a { background-color: rgb(5,165,69); }
div.DivClassName
{
background-color: #05A545;
}
.BgClassName
{
background-color: #05A545;
}
</style>
border-color css
<style>
span { border-color: #05A545; }
span { border-color: rgb(5,165,69); }
td.TdClassName
{
border-color: #05A545;
}
.TagClassName
{
border-color: #05A545;
}
</style>