Shades of Jade #18A46A
Tints of Jade #18A46A
RGB
CMYK
RGB Variations
Color information
#18A46A (or 0x18A46A) is known color: Jade. HEX triplet: 18, A4 and 6A. RGB value is (24,164,106). Sum of RGB (Red+Green+Blue) = 24+164+106=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #18A46A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A46A is #E75B95. Grayscale: #737373. Windows color (decimal): -15162262 or 6988824. OLE color: 6988824.
HSL color Cylindrical-coordinate representation of color #18A46A: hue angle of 155.14º 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 #18A46A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 106 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.36 |
| HSL | 155.14º | 0.74% | 0.37% | - |
| HSV(B) | 155.14º | 0.85% | 0.64% | - |
| XYZ | 16.25 | 27.79 | 18.14 | - |
| YUV | 115.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 106 | 0.85 | 0 | 0.35 | 0.36 | 155.14 | 0.74 | 0.37 |
| Hex | 18 | A4 | 6A | 55 | 0 | 23 | 24 | 9B | 4A | 25 |
| Octal | 30 | 244 | 152 | 125 | 0 | 43 | 44 | 233 | 112 | 45 |
| Binary | 11000 | 10100100 | 1101010 | 1010101 | 0 | 100011 | 100100 | 10011011 | 1001010 | 100101 |
Color Harmonies of #18A46A
Complementary color
Monochromatic Colors of #18A46A
Black with #18A46A
Text Example
Text Example
White with #18A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A46A; }
p { color: rgb(24,164,106); }
H1.HeaderClassName
{
color: #18A46A;
}
.AnyTagClassName
{
color: #18A46A;
}
</style>
background-color css
<style>
a { background-color: #18A46A; }
a { background-color: rgb(24,164,106); }
div.DivClassName
{
background-color: #18A46A;
}
.BgClassName
{
background-color: #18A46A;
}
</style>
border-color css
<style>
span { border-color: #18A46A; }
span { border-color: rgb(24,164,106); }
td.TdClassName
{
border-color: #18A46A;
}
.TagClassName
{
border-color: #18A46A;
}
</style>