Shades of Jade #18B867
Tints of Jade #18B867
RGB
CMYK
RGB Variations
Color information
#18B867 (or 0x18B867) is known color: Jade. HEX triplet: 18, B8 and 67. RGB value is (24,184,103). Sum of RGB (Red+Green+Blue) = 24+184+103=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #18B867 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B867 is #E74798. Grayscale: #7F7F7F. Windows color (decimal): -15157145 or 6797336. OLE color: 6797336.
HSL color Cylindrical-coordinate representation of color #18B867: hue angle of 149.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B867 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 103 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.28 |
| HSL | 149.63º | 0.77% | 0.41% | - |
| HSV(B) | 149.63º | 0.87% | 0.72% | - |
| XYZ | 19.97 | 35.45 | 18.62 | - |
| YUV | 126.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 103 | 0.87 | 0 | 0.44 | 0.28 | 149.63 | 0.77 | 0.41 |
| Hex | 18 | B8 | 67 | 57 | 0 | 2C | 1C | 96 | 4D | 29 |
| Octal | 30 | 270 | 147 | 127 | 0 | 54 | 34 | 226 | 115 | 51 |
| Binary | 11000 | 10111000 | 1100111 | 1010111 | 0 | 101100 | 11100 | 10010110 | 1001101 | 101001 |
Color Harmonies of #18B867
Complementary color
Monochromatic Colors of #18B867
Black with #18B867
Text Example
Text Example
White with #18B867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B867; }
p { color: rgb(24,184,103); }
H1.HeaderClassName
{
color: #18B867;
}
.AnyTagClassName
{
color: #18B867;
}
</style>
background-color css
<style>
a { background-color: #18B867; }
a { background-color: rgb(24,184,103); }
div.DivClassName
{
background-color: #18B867;
}
.BgClassName
{
background-color: #18B867;
}
</style>
border-color css
<style>
span { border-color: #18B867; }
span { border-color: rgb(24,184,103); }
td.TdClassName
{
border-color: #18B867;
}
.TagClassName
{
border-color: #18B867;
}
</style>