Shades of Jade #18AC62
Tints of Jade #18AC62
RGB
CMYK
RGB Variations
Color information
#18AC62 (or 0x18AC62) is known color: Jade. HEX triplet: 18, AC and 62. RGB value is (24,172,98). Sum of RGB (Red+Green+Blue) = 24+172+98=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC62 is #E7539D. Grayscale: #777777. Windows color (decimal): -15160222 or 6466584. OLE color: 6466584.
HSL color Cylindrical-coordinate representation of color #18AC62: hue angle of 150º degrees, saturation: 0.76, 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 #18AC62 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 98 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.33 |
| HSL | 150º | 0.76% | 0.38% | - |
| HSV(B) | 150º | 0.86% | 0.67% | - |
| XYZ | 17.33 | 30.58 | 16.54 | - |
| YUV | 119.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 98 | 0.86 | 0 | 0.43 | 0.33 | 150 | 0.76 | 0.38 |
| Hex | 18 | AC | 62 | 56 | 0 | 2B | 21 | 96 | 4C | 26 |
| Octal | 30 | 254 | 142 | 126 | 0 | 53 | 41 | 226 | 114 | 46 |
| Binary | 11000 | 10101100 | 1100010 | 1010110 | 0 | 101011 | 100001 | 10010110 | 1001100 | 100110 |
Color Harmonies of #18AC62
Complementary color
Monochromatic Colors of #18AC62
Black with #18AC62
Text Example
Text Example
White with #18AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC62; }
p { color: rgb(24,172,98); }
H1.HeaderClassName
{
color: #18AC62;
}
.AnyTagClassName
{
color: #18AC62;
}
</style>
background-color css
<style>
a { background-color: #18AC62; }
a { background-color: rgb(24,172,98); }
div.DivClassName
{
background-color: #18AC62;
}
.BgClassName
{
background-color: #18AC62;
}
</style>
border-color css
<style>
span { border-color: #18AC62; }
span { border-color: rgb(24,172,98); }
td.TdClassName
{
border-color: #18AC62;
}
.TagClassName
{
border-color: #18AC62;
}
</style>