Shades of Jade #11AF6E
Tints of Jade #11AF6E
RGB
CMYK
RGB Variations
Color information
#11AF6E (or 0x11AF6E) is known color: Jade. HEX triplet: 11, AF and 6E. RGB value is (17,175,110). Sum of RGB (Red+Green+Blue) = 17+175+110=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF6E is #EE5091. Grayscale: #787878. Windows color (decimal): -15618194 or 7253777. OLE color: 7253777.
HSL color Cylindrical-coordinate representation of color #11AF6E: hue angle of 155.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF6E is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 110 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.31 |
| HSL | 155.32º | 0.82% | 0.38% | - |
| HSV(B) | 155.32º | 0.9% | 0.69% | - |
| XYZ | 18.38 | 31.9 | 19.94 | - |
| YUV | 120.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 110 | 0.90 | 0 | 0.37 | 0.31 | 155.32 | 0.82 | 0.38 |
| Hex | 11 | AF | 6E | 5A | 0 | 25 | 1F | 9B | 52 | 26 |
| Octal | 21 | 257 | 156 | 132 | 0 | 45 | 37 | 233 | 122 | 46 |
| Binary | 10001 | 10101111 | 1101110 | 1011010 | 0 | 100101 | 11111 | 10011011 | 1010010 | 100110 |
Color Harmonies of #11AF6E
Complementary color
Monochromatic Colors of #11AF6E
Black with #11AF6E
Text Example
Text Example
White with #11AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF6E; }
p { color: rgb(17,175,110); }
H1.HeaderClassName
{
color: #11AF6E;
}
.AnyTagClassName
{
color: #11AF6E;
}
</style>
background-color css
<style>
a { background-color: #11AF6E; }
a { background-color: rgb(17,175,110); }
div.DivClassName
{
background-color: #11AF6E;
}
.BgClassName
{
background-color: #11AF6E;
}
</style>
border-color css
<style>
span { border-color: #11AF6E; }
span { border-color: rgb(17,175,110); }
td.TdClassName
{
border-color: #11AF6E;
}
.TagClassName
{
border-color: #11AF6E;
}
</style>