Shades of Pigment Green #05A136
Tints of Pigment Green #05A136
RGB
CMYK
RGB Variations
Color information
#05A136 (or 0x05A136) is known color: Pigment Green. HEX triplet: 05, A1 and 36. RGB value is (5,161,54). Sum of RGB (Red+Green+Blue) = 5+161+54=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #05A136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A136 is #FA5EC9. Grayscale: #666666. Windows color (decimal): -16408266 or 3580165. OLE color: 3580165.
HSL color Cylindrical-coordinate representation of color #05A136: hue angle of 138.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A136 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 54 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.37 |
| HSL | 138.85º | 0.94% | 0.33% | - |
| HSV(B) | 138.85º | 0.97% | 0.63% | - |
| XYZ | 13.47 | 25.79 | 7.76 | - |
| YUV | 102.16 | 100.82 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 54 | 0.97 | 0 | 0.66 | 0.37 | 138.85 | 0.94 | 0.33 |
| Hex | 5 | A1 | 36 | 61 | 0 | 42 | 25 | 8B | 5E | 21 |
| Octal | 5 | 241 | 66 | 141 | 0 | 102 | 45 | 213 | 136 | 41 |
| Binary | 101 | 10100001 | 110110 | 1100001 | 0 | 1000010 | 100101 | 10001011 | 1011110 | 100001 |
Color Harmonies of #05A136
Complementary color
Monochromatic Colors of #05A136
Black with #05A136
Text Example
Text Example
White with #05A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A136; }
p { color: rgb(5,161,54); }
H1.HeaderClassName
{
color: #05A136;
}
.AnyTagClassName
{
color: #05A136;
}
</style>
background-color css
<style>
a { background-color: #05A136; }
a { background-color: rgb(5,161,54); }
div.DivClassName
{
background-color: #05A136;
}
.BgClassName
{
background-color: #05A136;
}
</style>
border-color css
<style>
span { border-color: #05A136; }
span { border-color: rgb(5,161,54); }
td.TdClassName
{
border-color: #05A136;
}
.TagClassName
{
border-color: #05A136;
}
</style>