Shades of Jade #05AB74
Tints of Jade #05AB74
RGB
CMYK
RGB Variations
Color information
#05AB74 (or 0x05AB74) is known color: Jade. HEX triplet: 05, AB and 74. RGB value is (5,171,116). Sum of RGB (Red+Green+Blue) = 5+171+116=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AB74 is #FA548B. Grayscale: #737373. Windows color (decimal): -16405644 or 7645957. OLE color: 7645957.
HSL color Cylindrical-coordinate representation of color #05AB74: hue angle of 160.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB74 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 116 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.33 |
| HSL | 160.12º | 0.94% | 0.35% | - |
| HSV(B) | 160.12º | 0.97% | 0.67% | - |
| XYZ | 17.78 | 30.42 | 21.46 | - |
| YUV | 115.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 116 | 0.97 | 0 | 0.32 | 0.33 | 160.12 | 0.94 | 0.35 |
| Hex | 5 | AB | 74 | 61 | 0 | 20 | 21 | A0 | 5E | 23 |
| Octal | 5 | 253 | 164 | 141 | 0 | 40 | 41 | 240 | 136 | 43 |
| Binary | 101 | 10101011 | 1110100 | 1100001 | 0 | 100000 | 100001 | 10100000 | 1011110 | 100011 |
Color Harmonies of #05AB74
Complementary color
Monochromatic Colors of #05AB74
Black with #05AB74
Text Example
Text Example
White with #05AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB74; }
p { color: rgb(5,171,116); }
H1.HeaderClassName
{
color: #05AB74;
}
.AnyTagClassName
{
color: #05AB74;
}
</style>
background-color css
<style>
a { background-color: #05AB74; }
a { background-color: rgb(5,171,116); }
div.DivClassName
{
background-color: #05AB74;
}
.BgClassName
{
background-color: #05AB74;
}
</style>
border-color css
<style>
span { border-color: #05AB74; }
span { border-color: rgb(5,171,116); }
td.TdClassName
{
border-color: #05AB74;
}
.TagClassName
{
border-color: #05AB74;
}
</style>