Shades of Jade #05A86C
Tints of Jade #05A86C
RGB
CMYK
RGB Variations
Color information
#05A86C (or 0x05A86C) is known color: Jade. HEX triplet: 05, A8 and 6C. RGB value is (5,168,108). Sum of RGB (Red+Green+Blue) = 5+168+108=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #05A86C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A86C is #FA5793. Grayscale: #707070. Windows color (decimal): -16406420 or 7120901. OLE color: 7120901.
HSL color Cylindrical-coordinate representation of color #05A86C: hue angle of 157.91º 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 #05A86C is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 168 | 108 | - |
| CMYK | 0.97 | 0 | 0.36 | 0.34 |
| HSL | 157.91º | 0.94% | 0.34% | - |
| HSV(B) | 157.91º | 0.97% | 0.66% | - |
| XYZ | 16.77 | 29.12 | 18.92 | - |
| YUV | 112.42 | 125.5 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 108 | 0.97 | 0 | 0.36 | 0.34 | 157.91 | 0.94 | 0.34 |
| Hex | 5 | A8 | 6C | 61 | 0 | 24 | 22 | 9E | 5E | 22 |
| Octal | 5 | 250 | 154 | 141 | 0 | 44 | 42 | 236 | 136 | 42 |
| Binary | 101 | 10101000 | 1101100 | 1100001 | 0 | 100100 | 100010 | 10011110 | 1011110 | 100010 |
Color Harmonies of #05A86C
Complementary color
Monochromatic Colors of #05A86C
Black with #05A86C
Text Example
Text Example
White with #05A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A86C; }
p { color: rgb(5,168,108); }
H1.HeaderClassName
{
color: #05A86C;
}
.AnyTagClassName
{
color: #05A86C;
}
</style>
background-color css
<style>
a { background-color: #05A86C; }
a { background-color: rgb(5,168,108); }
div.DivClassName
{
background-color: #05A86C;
}
.BgClassName
{
background-color: #05A86C;
}
</style>
border-color css
<style>
span { border-color: #05A86C; }
span { border-color: rgb(5,168,108); }
td.TdClassName
{
border-color: #05A86C;
}
.TagClassName
{
border-color: #05A86C;
}
</style>