Shades of Jade #18AA67
Tints of Jade #18AA67
RGB
CMYK
RGB Variations
Color information
#18AA67 (or 0x18AA67) is known color: Jade. HEX triplet: 18, AA and 67. RGB value is (24,170,103). Sum of RGB (Red+Green+Blue) = 24+170+103=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA67 is #E75598. Grayscale: #767676. Windows color (decimal): -15160729 or 6793752. OLE color: 6793752.
HSL color Cylindrical-coordinate representation of color #18AA67: hue angle of 152.47º 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 #18AA67 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 103 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.33 |
| HSL | 152.47º | 0.75% | 0.38% | - |
| HSV(B) | 152.47º | 0.86% | 0.67% | - |
| XYZ | 17.2 | 29.92 | 17.7 | - |
| YUV | 118.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 103 | 0.86 | 0 | 0.39 | 0.33 | 152.47 | 0.75 | 0.38 |
| Hex | 18 | AA | 67 | 56 | 0 | 27 | 21 | 98 | 4B | 26 |
| Octal | 30 | 252 | 147 | 126 | 0 | 47 | 41 | 230 | 113 | 46 |
| Binary | 11000 | 10101010 | 1100111 | 1010110 | 0 | 100111 | 100001 | 10011000 | 1001011 | 100110 |
Color Harmonies of #18AA67
Complementary color
Monochromatic Colors of #18AA67
Black with #18AA67
Text Example
Text Example
White with #18AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA67; }
p { color: rgb(24,170,103); }
H1.HeaderClassName
{
color: #18AA67;
}
.AnyTagClassName
{
color: #18AA67;
}
</style>
background-color css
<style>
a { background-color: #18AA67; }
a { background-color: rgb(24,170,103); }
div.DivClassName
{
background-color: #18AA67;
}
.BgClassName
{
background-color: #18AA67;
}
</style>
border-color css
<style>
span { border-color: #18AA67; }
span { border-color: rgb(24,170,103); }
td.TdClassName
{
border-color: #18AA67;
}
.TagClassName
{
border-color: #18AA67;
}
</style>