Shades of Jade #05AA6A
Tints of Jade #05AA6A
RGB
CMYK
RGB Variations
Color information
#05AA6A (or 0x05AA6A) is known color: Jade. HEX triplet: 05, AA and 6A. RGB value is (5,170,106). Sum of RGB (Red+Green+Blue) = 5+170+106=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AA6A is #FA5595. Grayscale: #717171. Windows color (decimal): -16405910 or 6990341. OLE color: 6990341.
HSL color Cylindrical-coordinate representation of color #05AA6A: hue angle of 156.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA6A is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 106 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.33 |
| HSL | 156.73º | 0.94% | 0.34% | - |
| HSV(B) | 156.73º | 0.97% | 0.67% | - |
| XYZ | 17.04 | 29.82 | 18.49 | - |
| YUV | 113.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 106 | 0.97 | 0 | 0.38 | 0.33 | 156.73 | 0.94 | 0.34 |
| Hex | 5 | AA | 6A | 61 | 0 | 26 | 21 | 9D | 5E | 22 |
| Octal | 5 | 252 | 152 | 141 | 0 | 46 | 41 | 235 | 136 | 42 |
| Binary | 101 | 10101010 | 1101010 | 1100001 | 0 | 100110 | 100001 | 10011101 | 1011110 | 100010 |
Color Harmonies of #05AA6A
Complementary color
Monochromatic Colors of #05AA6A
Black with #05AA6A
Text Example
Text Example
White with #05AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA6A; }
p { color: rgb(5,170,106); }
H1.HeaderClassName
{
color: #05AA6A;
}
.AnyTagClassName
{
color: #05AA6A;
}
</style>
background-color css
<style>
a { background-color: #05AA6A; }
a { background-color: rgb(5,170,106); }
div.DivClassName
{
background-color: #05AA6A;
}
.BgClassName
{
background-color: #05AA6A;
}
</style>
border-color css
<style>
span { border-color: #05AA6A; }
span { border-color: rgb(5,170,106); }
td.TdClassName
{
border-color: #05AA6A;
}
.TagClassName
{
border-color: #05AA6A;
}
</style>