Shades of Caribbean Green #18D59A
Tints of Caribbean Green #18D59A
RGB
CMYK
RGB Variations
Color information
#18D59A (or 0x18D59A) is known color: Caribbean Green. HEX triplet: 18, D5 and 9A. RGB value is (24,213,154). Sum of RGB (Red+Green+Blue) = 24+213+154=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #18D59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D59A is #E72A65. Grayscale: #959595. Windows color (decimal): -15149670 or 10147096. OLE color: 10147096.
HSL color Cylindrical-coordinate representation of color #18D59A: hue angle of 161.27º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D59A is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 154 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.16 |
| HSL | 161.27º | 0.8% | 0.46% | - |
| HSV(B) | 161.27º | 0.89% | 0.84% | - |
| XYZ | 30 | 50.12 | 38.66 | - |
| YUV | 149.76 | 130.38 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 154 | 0.89 | 0 | 0.28 | 0.16 | 161.27 | 0.8 | 0.46 |
| Hex | 18 | D5 | 9A | 59 | 0 | 1C | 10 | A1 | 50 | 2E |
| Octal | 30 | 325 | 232 | 131 | 0 | 34 | 20 | 241 | 120 | 56 |
| Binary | 11000 | 11010101 | 10011010 | 1011001 | 0 | 11100 | 10000 | 10100001 | 1010000 | 101110 |
Color Harmonies of #18D59A
Complementary color
Monochromatic Colors of #18D59A
Black with #18D59A
Text Example
Text Example
White with #18D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D59A; }
p { color: rgb(24,213,154); }
H1.HeaderClassName
{
color: #18D59A;
}
.AnyTagClassName
{
color: #18D59A;
}
</style>
background-color css
<style>
a { background-color: #18D59A; }
a { background-color: rgb(24,213,154); }
div.DivClassName
{
background-color: #18D59A;
}
.BgClassName
{
background-color: #18D59A;
}
</style>
border-color css
<style>
span { border-color: #18D59A; }
span { border-color: rgb(24,213,154); }
td.TdClassName
{
border-color: #18D59A;
}
.TagClassName
{
border-color: #18D59A;
}
</style>