Shades of Jade #18A467
Tints of Jade #18A467
RGB
CMYK
RGB Variations
Color information
#18A467 (or 0x18A467) is known color: Jade. HEX triplet: 18, A4 and 67. RGB value is (24,164,103). Sum of RGB (Red+Green+Blue) = 24+164+103=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #18A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A467 is #E75B98. Grayscale: #737373. Windows color (decimal): -15162265 or 6792216. OLE color: 6792216.
HSL color Cylindrical-coordinate representation of color #18A467: hue angle of 153.86º 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 #18A467 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 103 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.36 |
| HSL | 153.86º | 0.74% | 0.37% | - |
| HSV(B) | 153.86º | 0.85% | 0.64% | - |
| XYZ | 16.1 | 27.72 | 17.33 | - |
| YUV | 115.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 103 | 0.85 | 0 | 0.37 | 0.36 | 153.86 | 0.74 | 0.37 |
| Hex | 18 | A4 | 67 | 55 | 0 | 25 | 24 | 9A | 4A | 25 |
| Octal | 30 | 244 | 147 | 125 | 0 | 45 | 44 | 232 | 112 | 45 |
| Binary | 11000 | 10100100 | 1100111 | 1010101 | 0 | 100101 | 100100 | 10011010 | 1001010 | 100101 |
Color Harmonies of #18A467
Complementary color
Monochromatic Colors of #18A467
Black with #18A467
Text Example
Text Example
White with #18A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A467; }
p { color: rgb(24,164,103); }
H1.HeaderClassName
{
color: #18A467;
}
.AnyTagClassName
{
color: #18A467;
}
</style>
background-color css
<style>
a { background-color: #18A467; }
a { background-color: rgb(24,164,103); }
div.DivClassName
{
background-color: #18A467;
}
.BgClassName
{
background-color: #18A467;
}
</style>
border-color css
<style>
span { border-color: #18A467; }
span { border-color: rgb(24,164,103); }
td.TdClassName
{
border-color: #18A467;
}
.TagClassName
{
border-color: #18A467;
}
</style>