Shades of Jade #18A56D
Tints of Jade #18A56D
RGB
CMYK
RGB Variations
Color information
#18A56D (or 0x18A56D) is known color: Jade. HEX triplet: 18, A5 and 6D. RGB value is (24,165,109). Sum of RGB (Red+Green+Blue) = 24+165+109=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #18A56D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A56D is #E75A92. Grayscale: #747474. Windows color (decimal): -15162003 or 7185688. OLE color: 7185688.
HSL color Cylindrical-coordinate representation of color #18A56D: hue angle of 156.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A56D is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 109 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.35 |
| HSL | 156.17º | 0.75% | 0.37% | - |
| HSV(B) | 156.17º | 0.85% | 0.65% | - |
| XYZ | 16.59 | 28.21 | 19.04 | - |
| YUV | 116.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 109 | 0.85 | 0 | 0.34 | 0.35 | 156.17 | 0.75 | 0.37 |
| Hex | 18 | A5 | 6D | 55 | 0 | 22 | 23 | 9C | 4B | 25 |
| Octal | 30 | 245 | 155 | 125 | 0 | 42 | 43 | 234 | 113 | 45 |
| Binary | 11000 | 10100101 | 1101101 | 1010101 | 0 | 100010 | 100011 | 10011100 | 1001011 | 100101 |
Color Harmonies of #18A56D
Complementary color
Monochromatic Colors of #18A56D
Black with #18A56D
Text Example
Text Example
White with #18A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A56D; }
p { color: rgb(24,165,109); }
H1.HeaderClassName
{
color: #18A56D;
}
.AnyTagClassName
{
color: #18A56D;
}
</style>
background-color css
<style>
a { background-color: #18A56D; }
a { background-color: rgb(24,165,109); }
div.DivClassName
{
background-color: #18A56D;
}
.BgClassName
{
background-color: #18A56D;
}
</style>
border-color css
<style>
span { border-color: #18A56D; }
span { border-color: rgb(24,165,109); }
td.TdClassName
{
border-color: #18A56D;
}
.TagClassName
{
border-color: #18A56D;
}
</style>