Shades of Jade #18AB67
Tints of Jade #18AB67
RGB
CMYK
RGB Variations
Color information
#18AB67 (or 0x18AB67) is known color: Jade. HEX triplet: 18, AB and 67. RGB value is (24,171,103). Sum of RGB (Red+Green+Blue) = 24+171+103=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB67 is #E75498. Grayscale: #777777. Windows color (decimal): -15160473 or 6794008. OLE color: 6794008.
HSL color Cylindrical-coordinate representation of color #18AB67: hue angle of 152.24º 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 #18AB67 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 103 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.33 |
| HSL | 152.24º | 0.75% | 0.38% | - |
| HSV(B) | 152.24º | 0.86% | 0.67% | - |
| XYZ | 17.39 | 30.3 | 17.76 | - |
| YUV | 119.3 | 118.8 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 103 | 0.86 | 0 | 0.40 | 0.33 | 152.24 | 0.75 | 0.38 |
| Hex | 18 | AB | 67 | 56 | 0 | 28 | 21 | 98 | 4B | 26 |
| Octal | 30 | 253 | 147 | 126 | 0 | 50 | 41 | 230 | 113 | 46 |
| Binary | 11000 | 10101011 | 1100111 | 1010110 | 0 | 101000 | 100001 | 10011000 | 1001011 | 100110 |
Color Harmonies of #18AB67
Complementary color
Monochromatic Colors of #18AB67
Black with #18AB67
Text Example
Text Example
White with #18AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB67; }
p { color: rgb(24,171,103); }
H1.HeaderClassName
{
color: #18AB67;
}
.AnyTagClassName
{
color: #18AB67;
}
</style>
background-color css
<style>
a { background-color: #18AB67; }
a { background-color: rgb(24,171,103); }
div.DivClassName
{
background-color: #18AB67;
}
.BgClassName
{
background-color: #18AB67;
}
</style>
border-color css
<style>
span { border-color: #18AB67; }
span { border-color: rgb(24,171,103); }
td.TdClassName
{
border-color: #18AB67;
}
.TagClassName
{
border-color: #18AB67;
}
</style>