Shades of Jade #18AA6B
Tints of Jade #18AA6B
RGB
CMYK
RGB Variations
Color information
#18AA6B (or 0x18AA6B) is known color: Jade. HEX triplet: 18, AA and 6B. RGB value is (24,170,107). Sum of RGB (Red+Green+Blue) = 24+170+107=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA6B is #E75594. Grayscale: #777777. Windows color (decimal): -15160725 or 7055896. OLE color: 7055896.
HSL color Cylindrical-coordinate representation of color #18AA6B: hue angle of 154.11º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA6B is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 107 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.33 |
| HSL | 154.11º | 0.75% | 0.38% | - |
| HSV(B) | 154.11º | 0.86% | 0.67% | - |
| XYZ | 17.41 | 30.01 | 18.78 | - |
| YUV | 119.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 107 | 0.86 | 0 | 0.37 | 0.33 | 154.11 | 0.75 | 0.38 |
| Hex | 18 | AA | 6B | 56 | 0 | 25 | 21 | 9A | 4B | 26 |
| Octal | 30 | 252 | 153 | 126 | 0 | 45 | 41 | 232 | 113 | 46 |
| Binary | 11000 | 10101010 | 1101011 | 1010110 | 0 | 100101 | 100001 | 10011010 | 1001011 | 100110 |
Color Harmonies of #18AA6B
Complementary color
Monochromatic Colors of #18AA6B
Black with #18AA6B
Text Example
Text Example
White with #18AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA6B; }
p { color: rgb(24,170,107); }
H1.HeaderClassName
{
color: #18AA6B;
}
.AnyTagClassName
{
color: #18AA6B;
}
</style>
background-color css
<style>
a { background-color: #18AA6B; }
a { background-color: rgb(24,170,107); }
div.DivClassName
{
background-color: #18AA6B;
}
.BgClassName
{
background-color: #18AA6B;
}
</style>
border-color css
<style>
span { border-color: #18AA6B; }
span { border-color: rgb(24,170,107); }
td.TdClassName
{
border-color: #18AA6B;
}
.TagClassName
{
border-color: #18AA6B;
}
</style>