Shades of Jade #18A56B
Tints of Jade #18A56B
RGB
CMYK
RGB Variations
Color information
#18A56B (or 0x18A56B) is known color: Jade. HEX triplet: 18, A5 and 6B. RGB value is (24,165,107). Sum of RGB (Red+Green+Blue) = 24+165+107=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #18A56B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A56B is #E75A94. Grayscale: #747474. Windows color (decimal): -15162005 or 7054616. OLE color: 7054616.
HSL color Cylindrical-coordinate representation of color #18A56B: hue angle of 155.32º 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 #18A56B is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 107 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.35 |
| HSL | 155.32º | 0.75% | 0.37% | - |
| HSV(B) | 155.32º | 0.85% | 0.65% | - |
| XYZ | 16.49 | 28.17 | 18.48 | - |
| YUV | 116.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 107 | 0.85 | 0 | 0.35 | 0.35 | 155.32 | 0.75 | 0.37 |
| Hex | 18 | A5 | 6B | 55 | 0 | 23 | 23 | 9B | 4B | 25 |
| Octal | 30 | 245 | 153 | 125 | 0 | 43 | 43 | 233 | 113 | 45 |
| Binary | 11000 | 10100101 | 1101011 | 1010101 | 0 | 100011 | 100011 | 10011011 | 1001011 | 100101 |
Color Harmonies of #18A56B
Complementary color
Monochromatic Colors of #18A56B
Black with #18A56B
Text Example
Text Example
White with #18A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A56B; }
p { color: rgb(24,165,107); }
H1.HeaderClassName
{
color: #18A56B;
}
.AnyTagClassName
{
color: #18A56B;
}
</style>
background-color css
<style>
a { background-color: #18A56B; }
a { background-color: rgb(24,165,107); }
div.DivClassName
{
background-color: #18A56B;
}
.BgClassName
{
background-color: #18A56B;
}
</style>
border-color css
<style>
span { border-color: #18A56B; }
span { border-color: rgb(24,165,107); }
td.TdClassName
{
border-color: #18A56B;
}
.TagClassName
{
border-color: #18A56B;
}
</style>