Shades of Jade #18A76A
Tints of Jade #18A76A
RGB
CMYK
RGB Variations
Color information
#18A76A (or 0x18A76A) is known color: Jade. HEX triplet: 18, A7 and 6A. RGB value is (24,167,106). Sum of RGB (Red+Green+Blue) = 24+167+106=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #18A76A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A76A is #E75895. Grayscale: #757575. Windows color (decimal): -15161494 or 6989592. OLE color: 6989592.
HSL color Cylindrical-coordinate representation of color #18A76A: hue angle of 154.41º 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 #18A76A is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 106 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.35 |
| HSL | 154.41º | 0.75% | 0.37% | - |
| HSV(B) | 154.41º | 0.86% | 0.65% | - |
| XYZ | 16.8 | 28.87 | 18.32 | - |
| YUV | 117.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 106 | 0.86 | 0 | 0.37 | 0.35 | 154.41 | 0.75 | 0.37 |
| Hex | 18 | A7 | 6A | 56 | 0 | 25 | 23 | 9A | 4B | 25 |
| Octal | 30 | 247 | 152 | 126 | 0 | 45 | 43 | 232 | 113 | 45 |
| Binary | 11000 | 10100111 | 1101010 | 1010110 | 0 | 100101 | 100011 | 10011010 | 1001011 | 100101 |
Color Harmonies of #18A76A
Complementary color
Monochromatic Colors of #18A76A
Black with #18A76A
Text Example
Text Example
White with #18A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A76A; }
p { color: rgb(24,167,106); }
H1.HeaderClassName
{
color: #18A76A;
}
.AnyTagClassName
{
color: #18A76A;
}
</style>
background-color css
<style>
a { background-color: #18A76A; }
a { background-color: rgb(24,167,106); }
div.DivClassName
{
background-color: #18A76A;
}
.BgClassName
{
background-color: #18A76A;
}
</style>
border-color css
<style>
span { border-color: #18A76A; }
span { border-color: rgb(24,167,106); }
td.TdClassName
{
border-color: #18A76A;
}
.TagClassName
{
border-color: #18A76A;
}
</style>