Shades of Jade #18B967
Tints of Jade #18B967
RGB
CMYK
RGB Variations
Color information
#18B967 (or 0x18B967) is known color: Jade. HEX triplet: 18, B9 and 67. RGB value is (24,185,103). Sum of RGB (Red+Green+Blue) = 24+185+103=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #18B967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B967 is #E74698. Grayscale: #7F7F7F. Windows color (decimal): -15156889 or 6797592. OLE color: 6797592.
HSL color Cylindrical-coordinate representation of color #18B967: hue angle of 149.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B967 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 103 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.27 |
| HSL | 149.44º | 0.77% | 0.41% | - |
| HSV(B) | 149.44º | 0.87% | 0.73% | - |
| XYZ | 20.17 | 35.87 | 18.69 | - |
| YUV | 127.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 103 | 0.87 | 0 | 0.44 | 0.27 | 149.44 | 0.77 | 0.41 |
| Hex | 18 | B9 | 67 | 57 | 0 | 2C | 1B | 95 | 4D | 29 |
| Octal | 30 | 271 | 147 | 127 | 0 | 54 | 33 | 225 | 115 | 51 |
| Binary | 11000 | 10111001 | 1100111 | 1010111 | 0 | 101100 | 11011 | 10010101 | 1001101 | 101001 |
Color Harmonies of #18B967
Complementary color
Monochromatic Colors of #18B967
Black with #18B967
Text Example
Text Example
White with #18B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B967; }
p { color: rgb(24,185,103); }
H1.HeaderClassName
{
color: #18B967;
}
.AnyTagClassName
{
color: #18B967;
}
</style>
background-color css
<style>
a { background-color: #18B967; }
a { background-color: rgb(24,185,103); }
div.DivClassName
{
background-color: #18B967;
}
.BgClassName
{
background-color: #18B967;
}
</style>
border-color css
<style>
span { border-color: #18B967; }
span { border-color: rgb(24,185,103); }
td.TdClassName
{
border-color: #18B967;
}
.TagClassName
{
border-color: #18B967;
}
</style>