Shades of Jade #18AC6A
Tints of Jade #18AC6A
RGB
CMYK
RGB Variations
Color information
#18AC6A (or 0x18AC6A) is known color: Jade. HEX triplet: 18, AC and 6A. RGB value is (24,172,106). Sum of RGB (Red+Green+Blue) = 24+172+106=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC6A is #E75395. Grayscale: #787878. Windows color (decimal): -15160214 or 6990872. OLE color: 6990872.
HSL color Cylindrical-coordinate representation of color #18AC6A: hue angle of 153.24º 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 #18AC6A is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 106 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.33 |
| HSL | 153.24º | 0.76% | 0.38% | - |
| HSV(B) | 153.24º | 0.86% | 0.67% | - |
| XYZ | 17.73 | 30.74 | 18.63 | - |
| YUV | 120.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 106 | 0.86 | 0 | 0.38 | 0.33 | 153.24 | 0.76 | 0.38 |
| Hex | 18 | AC | 6A | 56 | 0 | 26 | 21 | 99 | 4C | 26 |
| Octal | 30 | 254 | 152 | 126 | 0 | 46 | 41 | 231 | 114 | 46 |
| Binary | 11000 | 10101100 | 1101010 | 1010110 | 0 | 100110 | 100001 | 10011001 | 1001100 | 100110 |
Color Harmonies of #18AC6A
Complementary color
Monochromatic Colors of #18AC6A
Black with #18AC6A
Text Example
Text Example
White with #18AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC6A; }
p { color: rgb(24,172,106); }
H1.HeaderClassName
{
color: #18AC6A;
}
.AnyTagClassName
{
color: #18AC6A;
}
</style>
background-color css
<style>
a { background-color: #18AC6A; }
a { background-color: rgb(24,172,106); }
div.DivClassName
{
background-color: #18AC6A;
}
.BgClassName
{
background-color: #18AC6A;
}
</style>
border-color css
<style>
span { border-color: #18AC6A; }
span { border-color: rgb(24,172,106); }
td.TdClassName
{
border-color: #18AC6A;
}
.TagClassName
{
border-color: #18AC6A;
}
</style>