Shades of Jade #18B36C
Tints of Jade #18B36C
RGB
CMYK
RGB Variations
Color information
#18B36C (or 0x18B36C) is known color: Jade. HEX triplet: 18, B3 and 6C. RGB value is (24,179,108). Sum of RGB (Red+Green+Blue) = 24+179+108=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #18B36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B36C is #E74C93. Grayscale: #7C7C7C. Windows color (decimal): -15158420 or 7123736. OLE color: 7123736.
HSL color Cylindrical-coordinate representation of color #18B36C: hue angle of 152.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B36C is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 108 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.30 |
| HSL | 152.52º | 0.76% | 0.4% | - |
| HSV(B) | 152.52º | 0.87% | 0.7% | - |
| XYZ | 19.2 | 33.52 | 19.64 | - |
| YUV | 124.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 108 | 0.87 | 0 | 0.40 | 0.30 | 152.52 | 0.76 | 0.4 |
| Hex | 18 | B3 | 6C | 57 | 0 | 28 | 1E | 99 | 4C | 28 |
| Octal | 30 | 263 | 154 | 127 | 0 | 50 | 36 | 231 | 114 | 50 |
| Binary | 11000 | 10110011 | 1101100 | 1010111 | 0 | 101000 | 11110 | 10011001 | 1001100 | 101000 |
Color Harmonies of #18B36C
Complementary color
Monochromatic Colors of #18B36C
Black with #18B36C
Text Example
Text Example
White with #18B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B36C; }
p { color: rgb(24,179,108); }
H1.HeaderClassName
{
color: #18B36C;
}
.AnyTagClassName
{
color: #18B36C;
}
</style>
background-color css
<style>
a { background-color: #18B36C; }
a { background-color: rgb(24,179,108); }
div.DivClassName
{
background-color: #18B36C;
}
.BgClassName
{
background-color: #18B36C;
}
</style>
border-color css
<style>
span { border-color: #18B36C; }
span { border-color: rgb(24,179,108); }
td.TdClassName
{
border-color: #18B36C;
}
.TagClassName
{
border-color: #18B36C;
}
</style>