Shades of Jade #18B766
Tints of Jade #18B766
RGB
CMYK
RGB Variations
Color information
#18B766 (or 0x18B766) is known color: Jade. HEX triplet: 18, B7 and 66. RGB value is (24,183,102). Sum of RGB (Red+Green+Blue) = 24+183+102=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #18B766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B766 is #E74899. Grayscale: #7E7E7E. Windows color (decimal): -15157402 or 6731544. OLE color: 6731544.
HSL color Cylindrical-coordinate representation of color #18B766: hue angle of 149.43º 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 #18B766 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 183 | 102 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.28 |
| HSL | 149.43º | 0.77% | 0.41% | - |
| HSV(B) | 149.43º | 0.87% | 0.72% | - |
| XYZ | 19.71 | 35.02 | 18.29 | - |
| YUV | 126.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 102 | 0.87 | 0 | 0.44 | 0.28 | 149.43 | 0.77 | 0.41 |
| Hex | 18 | B7 | 66 | 57 | 0 | 2C | 1C | 95 | 4D | 29 |
| Octal | 30 | 267 | 146 | 127 | 0 | 54 | 34 | 225 | 115 | 51 |
| Binary | 11000 | 10110111 | 1100110 | 1010111 | 0 | 101100 | 11100 | 10010101 | 1001101 | 101001 |
Color Harmonies of #18B766
Complementary color
Monochromatic Colors of #18B766
Black with #18B766
Text Example
Text Example
White with #18B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B766; }
p { color: rgb(24,183,102); }
H1.HeaderClassName
{
color: #18B766;
}
.AnyTagClassName
{
color: #18B766;
}
</style>
background-color css
<style>
a { background-color: #18B766; }
a { background-color: rgb(24,183,102); }
div.DivClassName
{
background-color: #18B766;
}
.BgClassName
{
background-color: #18B766;
}
</style>
border-color css
<style>
span { border-color: #18B766; }
span { border-color: rgb(24,183,102); }
td.TdClassName
{
border-color: #18B766;
}
.TagClassName
{
border-color: #18B766;
}
</style>