Shades of Jade #18B562
Tints of Jade #18B562
RGB
CMYK
RGB Variations
Color information
#18B562 (or 0x18B562) is known color: Jade. HEX triplet: 18, B5 and 62. RGB value is (24,181,98). Sum of RGB (Red+Green+Blue) = 24+181+98=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #18B562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B562 is #E74A9D. Grayscale: #7C7C7C. Windows color (decimal): -15157918 or 6468888. OLE color: 6468888.
HSL color Cylindrical-coordinate representation of color #18B562: hue angle of 148.28º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B562 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 98 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.29 |
| HSL | 148.28º | 0.77% | 0.4% | - |
| HSV(B) | 148.28º | 0.87% | 0.71% | - |
| XYZ | 19.11 | 34.12 | 17.13 | - |
| YUV | 124.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 98 | 0.87 | 0 | 0.46 | 0.29 | 148.28 | 0.77 | 0.4 |
| Hex | 18 | B5 | 62 | 57 | 0 | 2E | 1D | 94 | 4D | 28 |
| Octal | 30 | 265 | 142 | 127 | 0 | 56 | 35 | 224 | 115 | 50 |
| Binary | 11000 | 10110101 | 1100010 | 1010111 | 0 | 101110 | 11101 | 10010100 | 1001101 | 101000 |
Color Harmonies of #18B562
Complementary color
Monochromatic Colors of #18B562
Black with #18B562
Text Example
Text Example
White with #18B562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B562; }
p { color: rgb(24,181,98); }
H1.HeaderClassName
{
color: #18B562;
}
.AnyTagClassName
{
color: #18B562;
}
</style>
background-color css
<style>
a { background-color: #18B562; }
a { background-color: rgb(24,181,98); }
div.DivClassName
{
background-color: #18B562;
}
.BgClassName
{
background-color: #18B562;
}
</style>
border-color css
<style>
span { border-color: #18B562; }
span { border-color: rgb(24,181,98); }
td.TdClassName
{
border-color: #18B562;
}
.TagClassName
{
border-color: #18B562;
}
</style>