Shades of Jade #0AAE6C
Tints of Jade #0AAE6C
RGB
CMYK
RGB Variations
Color information
#0AAE6C (or 0x0AAE6C) is known color: Jade. HEX triplet: 0A, AE and 6C. RGB value is (10,174,108). Sum of RGB (Red+Green+Blue) = 10+174+108=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE6C is #F55193. Grayscale: #757575. Windows color (decimal): -16077204 or 7122442. OLE color: 7122442.
HSL color Cylindrical-coordinate representation of color #0AAE6C: hue angle of 155.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE6C is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 108 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.32 |
| HSL | 155.85º | 0.89% | 0.36% | - |
| HSV(B) | 155.85º | 0.94% | 0.68% | - |
| XYZ | 17.97 | 31.42 | 19.3 | - |
| YUV | 117.44 | 122.67 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 108 | 0.94 | 0 | 0.38 | 0.32 | 155.85 | 0.89 | 0.36 |
| Hex | A | AE | 6C | 5E | 0 | 26 | 20 | 9C | 59 | 24 |
| Octal | 12 | 256 | 154 | 136 | 0 | 46 | 40 | 234 | 131 | 44 |
| Binary | 1010 | 10101110 | 1101100 | 1011110 | 0 | 100110 | 100000 | 10011100 | 1011001 | 100100 |
Color Harmonies of #0AAE6C
Complementary color
Monochromatic Colors of #0AAE6C
Black with #0AAE6C
Text Example
Text Example
White with #0AAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE6C; }
p { color: rgb(10,174,108); }
H1.HeaderClassName
{
color: #0AAE6C;
}
.AnyTagClassName
{
color: #0AAE6C;
}
</style>
background-color css
<style>
a { background-color: #0AAE6C; }
a { background-color: rgb(10,174,108); }
div.DivClassName
{
background-color: #0AAE6C;
}
.BgClassName
{
background-color: #0AAE6C;
}
</style>
border-color css
<style>
span { border-color: #0AAE6C; }
span { border-color: rgb(10,174,108); }
td.TdClassName
{
border-color: #0AAE6C;
}
.TagClassName
{
border-color: #0AAE6C;
}
</style>