Shades of Jade #18A667
Tints of Jade #18A667
RGB
CMYK
RGB Variations
Color information
#18A667 (or 0x18A667) is known color: Jade. HEX triplet: 18, A6 and 67. RGB value is (24,166,103). Sum of RGB (Red+Green+Blue) = 24+166+103=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #18A667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A667 is #E75998. Grayscale: #747474. Windows color (decimal): -15161753 or 6792728. OLE color: 6792728.
HSL color Cylindrical-coordinate representation of color #18A667: hue angle of 153.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A667 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 103 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.35 |
| HSL | 153.38º | 0.75% | 0.37% | - |
| HSV(B) | 153.38º | 0.86% | 0.65% | - |
| XYZ | 16.46 | 28.45 | 17.45 | - |
| YUV | 116.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 103 | 0.86 | 0 | 0.38 | 0.35 | 153.38 | 0.75 | 0.37 |
| Hex | 18 | A6 | 67 | 56 | 0 | 26 | 23 | 99 | 4B | 25 |
| Octal | 30 | 246 | 147 | 126 | 0 | 46 | 43 | 231 | 113 | 45 |
| Binary | 11000 | 10100110 | 1100111 | 1010110 | 0 | 100110 | 100011 | 10011001 | 1001011 | 100101 |
Color Harmonies of #18A667
Complementary color
Monochromatic Colors of #18A667
Black with #18A667
Text Example
Text Example
White with #18A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A667; }
p { color: rgb(24,166,103); }
H1.HeaderClassName
{
color: #18A667;
}
.AnyTagClassName
{
color: #18A667;
}
</style>
background-color css
<style>
a { background-color: #18A667; }
a { background-color: rgb(24,166,103); }
div.DivClassName
{
background-color: #18A667;
}
.BgClassName
{
background-color: #18A667;
}
</style>
border-color css
<style>
span { border-color: #18A667; }
span { border-color: rgb(24,166,103); }
td.TdClassName
{
border-color: #18A667;
}
.TagClassName
{
border-color: #18A667;
}
</style>