Shades of Jade #18A36D
Tints of Jade #18A36D
RGB
CMYK
RGB Variations
Color information
#18A36D (or 0x18A36D) is known color: Jade. HEX triplet: 18, A3 and 6D. RGB value is (24,163,109). Sum of RGB (Red+Green+Blue) = 24+163+109=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #18A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A36D is #E75C92. Grayscale: #737373. Windows color (decimal): -15162515 or 7185176. OLE color: 7185176.
HSL color Cylindrical-coordinate representation of color #18A36D: hue angle of 156.69º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A36D is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 109 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.36 |
| HSL | 156.69º | 0.74% | 0.37% | - |
| HSV(B) | 156.69º | 0.85% | 0.64% | - |
| XYZ | 16.23 | 27.49 | 18.92 | - |
| YUV | 115.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 109 | 0.85 | 0 | 0.33 | 0.36 | 156.69 | 0.74 | 0.37 |
| Hex | 18 | A3 | 6D | 55 | 0 | 21 | 24 | 9D | 4A | 25 |
| Octal | 30 | 243 | 155 | 125 | 0 | 41 | 44 | 235 | 112 | 45 |
| Binary | 11000 | 10100011 | 1101101 | 1010101 | 0 | 100001 | 100100 | 10011101 | 1001010 | 100101 |
Color Harmonies of #18A36D
Complementary color
Monochromatic Colors of #18A36D
Black with #18A36D
Text Example
Text Example
White with #18A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A36D; }
p { color: rgb(24,163,109); }
H1.HeaderClassName
{
color: #18A36D;
}
.AnyTagClassName
{
color: #18A36D;
}
</style>
background-color css
<style>
a { background-color: #18A36D; }
a { background-color: rgb(24,163,109); }
div.DivClassName
{
background-color: #18A36D;
}
.BgClassName
{
background-color: #18A36D;
}
</style>
border-color css
<style>
span { border-color: #18A36D; }
span { border-color: rgb(24,163,109); }
td.TdClassName
{
border-color: #18A36D;
}
.TagClassName
{
border-color: #18A36D;
}
</style>