Shades of Malachite #18CB6B
Tints of Malachite #18CB6B
RGB
CMYK
RGB Variations
Color information
#18CB6B (or 0x18CB6B) is known color: Malachite. HEX triplet: 18, CB and 6B. RGB value is (24,203,107). Sum of RGB (Red+Green+Blue) = 24+203+107=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CB6B is #E73494. Grayscale: #8A8A8A. Windows color (decimal): -15152277 or 7064344. OLE color: 7064344.
HSL color Cylindrical-coordinate representation of color #18CB6B: hue angle of 147.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB6B is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 107 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.20 |
| HSL | 147.82º | 0.79% | 0.45% | - |
| HSV(B) | 147.82º | 0.88% | 0.8% | - |
| XYZ | 24.39 | 43.97 | 21.11 | - |
| YUV | 138.54 | 110.2 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 107 | 0.88 | 0 | 0.47 | 0.20 | 147.82 | 0.79 | 0.45 |
| Hex | 18 | CB | 6B | 58 | 0 | 2F | 14 | 94 | 4F | 2D |
| Octal | 30 | 313 | 153 | 130 | 0 | 57 | 24 | 224 | 117 | 55 |
| Binary | 11000 | 11001011 | 1101011 | 1011000 | 0 | 101111 | 10100 | 10010100 | 1001111 | 101101 |
Color Harmonies of #18CB6B
Complementary color
Monochromatic Colors of #18CB6B
Black with #18CB6B
Text Example
Text Example
White with #18CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB6B; }
p { color: rgb(24,203,107); }
H1.HeaderClassName
{
color: #18CB6B;
}
.AnyTagClassName
{
color: #18CB6B;
}
</style>
background-color css
<style>
a { background-color: #18CB6B; }
a { background-color: rgb(24,203,107); }
div.DivClassName
{
background-color: #18CB6B;
}
.BgClassName
{
background-color: #18CB6B;
}
</style>
border-color css
<style>
span { border-color: #18CB6B; }
span { border-color: rgb(24,203,107); }
td.TdClassName
{
border-color: #18CB6B;
}
.TagClassName
{
border-color: #18CB6B;
}
</style>