Shades of Jade #18AB6B
Tints of Jade #18AB6B
RGB
CMYK
RGB Variations
Color information
#18AB6B (or 0x18AB6B) is known color: Jade. HEX triplet: 18, AB and 6B. RGB value is (24,171,107). Sum of RGB (Red+Green+Blue) = 24+171+107=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB6B is #E75494. Grayscale: #777777. Windows color (decimal): -15160469 or 7056152. OLE color: 7056152.
HSL color Cylindrical-coordinate representation of color #18AB6B: hue angle of 153.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 #18AB6B is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 107 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.33 |
| HSL | 153.88º | 0.75% | 0.38% | - |
| HSV(B) | 153.88º | 0.86% | 0.67% | - |
| XYZ | 17.59 | 30.38 | 18.85 | - |
| YUV | 119.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 107 | 0.86 | 0 | 0.37 | 0.33 | 153.88 | 0.75 | 0.38 |
| Hex | 18 | AB | 6B | 56 | 0 | 25 | 21 | 9A | 4B | 26 |
| Octal | 30 | 253 | 153 | 126 | 0 | 45 | 41 | 232 | 113 | 46 |
| Binary | 11000 | 10101011 | 1101011 | 1010110 | 0 | 100101 | 100001 | 10011010 | 1001011 | 100110 |
Color Harmonies of #18AB6B
Complementary color
Monochromatic Colors of #18AB6B
Black with #18AB6B
Text Example
Text Example
White with #18AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB6B; }
p { color: rgb(24,171,107); }
H1.HeaderClassName
{
color: #18AB6B;
}
.AnyTagClassName
{
color: #18AB6B;
}
</style>
background-color css
<style>
a { background-color: #18AB6B; }
a { background-color: rgb(24,171,107); }
div.DivClassName
{
background-color: #18AB6B;
}
.BgClassName
{
background-color: #18AB6B;
}
</style>
border-color css
<style>
span { border-color: #18AB6B; }
span { border-color: rgb(24,171,107); }
td.TdClassName
{
border-color: #18AB6B;
}
.TagClassName
{
border-color: #18AB6B;
}
</style>