Shades of Pigment Green #05AB45
Tints of Pigment Green #05AB45
RGB
CMYK
RGB Variations
Color information
#05AB45 (or 0x05AB45) is known color: Pigment Green. HEX triplet: 05, AB and 45. RGB value is (5,171,69). Sum of RGB (Red+Green+Blue) = 5+171+69=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB45 is #FA54BA. Grayscale: #6D6D6D. Windows color (decimal): -16405691 or 4565765. OLE color: 4565765.
HSL color Cylindrical-coordinate representation of color #05AB45: hue angle of 143.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB45 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 69 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.33 |
| HSL | 143.13º | 0.94% | 0.35% | - |
| HSV(B) | 143.13º | 0.97% | 0.67% | - |
| XYZ | 15.7 | 29.59 | 10.51 | - |
| YUV | 109.74 | 105 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 69 | 0.97 | 0 | 0.60 | 0.33 | 143.13 | 0.94 | 0.35 |
| Hex | 5 | AB | 45 | 61 | 0 | 3C | 21 | 8F | 5E | 23 |
| Octal | 5 | 253 | 105 | 141 | 0 | 74 | 41 | 217 | 136 | 43 |
| Binary | 101 | 10101011 | 1000101 | 1100001 | 0 | 111100 | 100001 | 10001111 | 1011110 | 100011 |
Color Harmonies of #05AB45
Complementary color
Monochromatic Colors of #05AB45
Black with #05AB45
Text Example
Text Example
White with #05AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB45; }
p { color: rgb(5,171,69); }
H1.HeaderClassName
{
color: #05AB45;
}
.AnyTagClassName
{
color: #05AB45;
}
</style>
background-color css
<style>
a { background-color: #05AB45; }
a { background-color: rgb(5,171,69); }
div.DivClassName
{
background-color: #05AB45;
}
.BgClassName
{
background-color: #05AB45;
}
</style>
border-color css
<style>
span { border-color: #05AB45; }
span { border-color: rgb(5,171,69); }
td.TdClassName
{
border-color: #05AB45;
}
.TagClassName
{
border-color: #05AB45;
}
</style>