Shades of Jade #18B06C
Tints of Jade #18B06C
RGB
CMYK
RGB Variations
Color information
#18B06C (or 0x18B06C) is known color: Jade. HEX triplet: 18, B0 and 6C. RGB value is (24,176,108). Sum of RGB (Red+Green+Blue) = 24+176+108=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #18B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B06C is #E74F93. Grayscale: #7A7A7A. Windows color (decimal): -15159188 or 7122968. OLE color: 7122968.
HSL color Cylindrical-coordinate representation of color #18B06C: hue angle of 153.16º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B06C is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 108 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.31 |
| HSL | 153.16º | 0.76% | 0.39% | - |
| HSV(B) | 153.16º | 0.86% | 0.69% | - |
| XYZ | 18.61 | 32.33 | 19.45 | - |
| YUV | 122.8 | 119.64 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 108 | 0.86 | 0 | 0.39 | 0.31 | 153.16 | 0.76 | 0.39 |
| Hex | 18 | B0 | 6C | 56 | 0 | 27 | 1F | 99 | 4C | 27 |
| Octal | 30 | 260 | 154 | 126 | 0 | 47 | 37 | 231 | 114 | 47 |
| Binary | 11000 | 10110000 | 1101100 | 1010110 | 0 | 100111 | 11111 | 10011001 | 1001100 | 100111 |
Color Harmonies of #18B06C
Complementary color
Monochromatic Colors of #18B06C
Black with #18B06C
Text Example
Text Example
White with #18B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B06C; }
p { color: rgb(24,176,108); }
H1.HeaderClassName
{
color: #18B06C;
}
.AnyTagClassName
{
color: #18B06C;
}
</style>
background-color css
<style>
a { background-color: #18B06C; }
a { background-color: rgb(24,176,108); }
div.DivClassName
{
background-color: #18B06C;
}
.BgClassName
{
background-color: #18B06C;
}
</style>
border-color css
<style>
span { border-color: #18B06C; }
span { border-color: rgb(24,176,108); }
td.TdClassName
{
border-color: #18B06C;
}
.TagClassName
{
border-color: #18B06C;
}
</style>