Shades of Pigment Green #05A540
Tints of Pigment Green #05A540
RGB
CMYK
RGB Variations
Color information
#05A540 (or 0x05A540) is known color: Pigment Green. HEX triplet: 05, A5 and 40. RGB value is (5,165,64). Sum of RGB (Red+Green+Blue) = 5+165+64=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #05A540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A540 is #FA5ABF. Grayscale: #696969. Windows color (decimal): -16407232 or 4236549. OLE color: 4236549.
HSL color Cylindrical-coordinate representation of color #05A540: hue angle of 142.12º 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 #05A540 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 165 | 64 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.35 |
| HSL | 142.13º | 0.94% | 0.33% | - |
| HSV(B) | 142.13º | 0.97% | 0.65% | - |
| XYZ | 14.44 | 27.31 | 9.36 | - |
| YUV | 105.65 | 104.49 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 165 | 64 | 0.97 | 0 | 0.61 | 0.35 | 142.13 | 0.94 | 0.33 |
| Hex | 5 | A5 | 40 | 61 | 0 | 3D | 23 | 8E | 5E | 21 |
| Octal | 5 | 245 | 100 | 141 | 0 | 75 | 43 | 216 | 136 | 41 |
| Binary | 101 | 10100101 | 1000000 | 1100001 | 0 | 111101 | 100011 | 10001110 | 1011110 | 100001 |
Color Harmonies of #05A540
Complementary color
Monochromatic Colors of #05A540
Black with #05A540
Text Example
Text Example
White with #05A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A540; }
p { color: rgb(5,165,64); }
H1.HeaderClassName
{
color: #05A540;
}
.AnyTagClassName
{
color: #05A540;
}
</style>
background-color css
<style>
a { background-color: #05A540; }
a { background-color: rgb(5,165,64); }
div.DivClassName
{
background-color: #05A540;
}
.BgClassName
{
background-color: #05A540;
}
</style>
border-color css
<style>
span { border-color: #05A540; }
span { border-color: rgb(5,165,64); }
td.TdClassName
{
border-color: #05A540;
}
.TagClassName
{
border-color: #05A540;
}
</style>