Shades of Pigment Green #05A24C
Tints of Pigment Green #05A24C
RGB
CMYK
RGB Variations
Color information
#05A24C (or 0x05A24C) is known color: Pigment Green. HEX triplet: 05, A2 and 4C. RGB value is (5,162,76). Sum of RGB (Red+Green+Blue) = 5+162+76=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #05A24C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A24C is #FA5DB3. Grayscale: #696969. Windows color (decimal): -16407988 or 5022213. OLE color: 5022213.
HSL color Cylindrical-coordinate representation of color #05A24C: hue angle of 147.13º 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 #05A24C is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 76 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.36 |
| HSL | 147.13º | 0.94% | 0.33% | - |
| HSV(B) | 147.13º | 0.97% | 0.64% | - |
| XYZ | 14.29 | 26.39 | 11.18 | - |
| YUV | 105.25 | 111.49 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 76 | 0.97 | 0 | 0.53 | 0.36 | 147.13 | 0.94 | 0.33 |
| Hex | 5 | A2 | 4C | 61 | 0 | 35 | 24 | 93 | 5E | 21 |
| Octal | 5 | 242 | 114 | 141 | 0 | 65 | 44 | 223 | 136 | 41 |
| Binary | 101 | 10100010 | 1001100 | 1100001 | 0 | 110101 | 100100 | 10010011 | 1011110 | 100001 |
Color Harmonies of #05A24C
Complementary color
Monochromatic Colors of #05A24C
Black with #05A24C
Text Example
Text Example
White with #05A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A24C; }
p { color: rgb(5,162,76); }
H1.HeaderClassName
{
color: #05A24C;
}
.AnyTagClassName
{
color: #05A24C;
}
</style>
background-color css
<style>
a { background-color: #05A24C; }
a { background-color: rgb(5,162,76); }
div.DivClassName
{
background-color: #05A24C;
}
.BgClassName
{
background-color: #05A24C;
}
</style>
border-color css
<style>
span { border-color: #05A24C; }
span { border-color: rgb(5,162,76); }
td.TdClassName
{
border-color: #05A24C;
}
.TagClassName
{
border-color: #05A24C;
}
</style>