Shades of Pigment Green #05AD54
Tints of Pigment Green #05AD54
RGB
CMYK
RGB Variations
Color information
#05AD54 (or 0x05AD54) is known color: Pigment Green. HEX triplet: 05, AD and 54. RGB value is (5,173,84). Sum of RGB (Red+Green+Blue) = 5+173+84=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD54 is #FA52AB. Grayscale: #707070. Windows color (decimal): -16405164 or 5549317. OLE color: 5549317.
HSL color Cylindrical-coordinate representation of color #05AD54: hue angle of 148.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD54 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 84 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.32 |
| HSL | 148.21º | 0.94% | 0.35% | - |
| HSV(B) | 148.21º | 0.97% | 0.68% | - |
| XYZ | 16.61 | 30.56 | 13.41 | - |
| YUV | 112.62 | 111.84 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 84 | 0.97 | 0 | 0.51 | 0.32 | 148.21 | 0.94 | 0.35 |
| Hex | 5 | AD | 54 | 61 | 0 | 33 | 20 | 94 | 5E | 23 |
| Octal | 5 | 255 | 124 | 141 | 0 | 63 | 40 | 224 | 136 | 43 |
| Binary | 101 | 10101101 | 1010100 | 1100001 | 0 | 110011 | 100000 | 10010100 | 1011110 | 100011 |
Color Harmonies of #05AD54
Complementary color
Monochromatic Colors of #05AD54
Black with #05AD54
Text Example
Text Example
White with #05AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD54; }
p { color: rgb(5,173,84); }
H1.HeaderClassName
{
color: #05AD54;
}
.AnyTagClassName
{
color: #05AD54;
}
</style>
background-color css
<style>
a { background-color: #05AD54; }
a { background-color: rgb(5,173,84); }
div.DivClassName
{
background-color: #05AD54;
}
.BgClassName
{
background-color: #05AD54;
}
</style>
border-color css
<style>
span { border-color: #05AD54; }
span { border-color: rgb(5,173,84); }
td.TdClassName
{
border-color: #05AD54;
}
.TagClassName
{
border-color: #05AD54;
}
</style>