Shades of Jade #18AA68
Tints of Jade #18AA68
RGB
CMYK
RGB Variations
Color information
#18AA68 (or 0x18AA68) is known color: Jade. HEX triplet: 18, AA and 68. RGB value is (24,170,104). Sum of RGB (Red+Green+Blue) = 24+170+104=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA68 is #E75597. Grayscale: #767676. Windows color (decimal): -15160728 or 6859288. OLE color: 6859288.
HSL color Cylindrical-coordinate representation of color #18AA68: hue angle of 152.88º 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 #18AA68 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 104 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.33 |
| HSL | 152.88º | 0.75% | 0.38% | - |
| HSV(B) | 152.88º | 0.86% | 0.67% | - |
| XYZ | 17.25 | 29.94 | 17.97 | - |
| YUV | 118.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 104 | 0.86 | 0 | 0.39 | 0.33 | 152.88 | 0.75 | 0.38 |
| Hex | 18 | AA | 68 | 56 | 0 | 27 | 21 | 99 | 4B | 26 |
| Octal | 30 | 252 | 150 | 126 | 0 | 47 | 41 | 231 | 113 | 46 |
| Binary | 11000 | 10101010 | 1101000 | 1010110 | 0 | 100111 | 100001 | 10011001 | 1001011 | 100110 |
Color Harmonies of #18AA68
Complementary color
Monochromatic Colors of #18AA68
Black with #18AA68
Text Example
Text Example
White with #18AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA68; }
p { color: rgb(24,170,104); }
H1.HeaderClassName
{
color: #18AA68;
}
.AnyTagClassName
{
color: #18AA68;
}
</style>
background-color css
<style>
a { background-color: #18AA68; }
a { background-color: rgb(24,170,104); }
div.DivClassName
{
background-color: #18AA68;
}
.BgClassName
{
background-color: #18AA68;
}
</style>
border-color css
<style>
span { border-color: #18AA68; }
span { border-color: rgb(24,170,104); }
td.TdClassName
{
border-color: #18AA68;
}
.TagClassName
{
border-color: #18AA68;
}
</style>