Shades of Pigment Green #05A24E
Tints of Pigment Green #05A24E
RGB
CMYK
RGB Variations
Color information
#05A24E (or 0x05A24E) is known color: Pigment Green. HEX triplet: 05, A2 and 4E. RGB value is (5,162,78). Sum of RGB (Red+Green+Blue) = 5+162+78=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #05A24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A24E is #FA5DB1. Grayscale: #696969. Windows color (decimal): -16407986 or 5153285. OLE color: 5153285.
HSL color Cylindrical-coordinate representation of color #05A24E: hue angle of 147.9º 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 #05A24E is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 78 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.36 |
| HSL | 147.9º | 0.94% | 0.33% | - |
| HSV(B) | 147.9º | 0.97% | 0.64% | - |
| XYZ | 14.36 | 26.42 | 11.55 | - |
| YUV | 105.48 | 112.49 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 78 | 0.97 | 0 | 0.52 | 0.36 | 147.9 | 0.94 | 0.33 |
| Hex | 5 | A2 | 4E | 61 | 0 | 34 | 24 | 94 | 5E | 21 |
| Octal | 5 | 242 | 116 | 141 | 0 | 64 | 44 | 224 | 136 | 41 |
| Binary | 101 | 10100010 | 1001110 | 1100001 | 0 | 110100 | 100100 | 10010100 | 1011110 | 100001 |
Color Harmonies of #05A24E
Complementary color
Monochromatic Colors of #05A24E
Black with #05A24E
Text Example
Text Example
White with #05A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A24E; }
p { color: rgb(5,162,78); }
H1.HeaderClassName
{
color: #05A24E;
}
.AnyTagClassName
{
color: #05A24E;
}
</style>
background-color css
<style>
a { background-color: #05A24E; }
a { background-color: rgb(5,162,78); }
div.DivClassName
{
background-color: #05A24E;
}
.BgClassName
{
background-color: #05A24E;
}
</style>
border-color css
<style>
span { border-color: #05A24E; }
span { border-color: rgb(5,162,78); }
td.TdClassName
{
border-color: #05A24E;
}
.TagClassName
{
border-color: #05A24E;
}
</style>