Shades of Jade #05A868
Tints of Jade #05A868
RGB
CMYK
RGB Variations
Color information
#05A868 (or 0x05A868) is known color: Jade. HEX triplet: 05, A8 and 68. RGB value is (5,168,104). Sum of RGB (Red+Green+Blue) = 5+168+104=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #05A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A868 is #FA5797. Grayscale: #707070. Windows color (decimal): -16406424 or 6858757. OLE color: 6858757.
HSL color Cylindrical-coordinate representation of color #05A868: hue angle of 156.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A868 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 168 | 104 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.34 |
| HSL | 156.44º | 0.94% | 0.34% | - |
| HSV(B) | 156.44º | 0.97% | 0.66% | - |
| XYZ | 16.56 | 29.04 | 17.83 | - |
| YUV | 111.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 104 | 0.97 | 0 | 0.38 | 0.34 | 156.44 | 0.94 | 0.34 |
| Hex | 5 | A8 | 68 | 61 | 0 | 26 | 22 | 9C | 5E | 22 |
| Octal | 5 | 250 | 150 | 141 | 0 | 46 | 42 | 234 | 136 | 42 |
| Binary | 101 | 10101000 | 1101000 | 1100001 | 0 | 100110 | 100010 | 10011100 | 1011110 | 100010 |
Color Harmonies of #05A868
Complementary color
Monochromatic Colors of #05A868
Black with #05A868
Text Example
Text Example
White with #05A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A868; }
p { color: rgb(5,168,104); }
H1.HeaderClassName
{
color: #05A868;
}
.AnyTagClassName
{
color: #05A868;
}
</style>
background-color css
<style>
a { background-color: #05A868; }
a { background-color: rgb(5,168,104); }
div.DivClassName
{
background-color: #05A868;
}
.BgClassName
{
background-color: #05A868;
}
</style>
border-color css
<style>
span { border-color: #05A868; }
span { border-color: rgb(5,168,104); }
td.TdClassName
{
border-color: #05A868;
}
.TagClassName
{
border-color: #05A868;
}
</style>