Shades of Caribbean Green #18D492
Tints of Caribbean Green #18D492
RGB
CMYK
RGB Variations
Color information
#18D492 (or 0x18D492) is known color: Caribbean Green. HEX triplet: 18, D4 and 92. RGB value is (24,212,146). Sum of RGB (Red+Green+Blue) = 24+212+146=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #18D492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D492 is #E72B6D. Grayscale: #949494. Windows color (decimal): -15149934 or 9622552. OLE color: 9622552.
HSL color Cylindrical-coordinate representation of color #18D492: hue angle of 158.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D492 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 146 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.17 |
| HSL | 158.94º | 0.8% | 0.46% | - |
| HSV(B) | 158.94º | 0.89% | 0.83% | - |
| XYZ | 29.11 | 49.36 | 35.19 | - |
| YUV | 148.26 | 126.72 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 146 | 0.89 | 0 | 0.31 | 0.17 | 158.94 | 0.8 | 0.46 |
| Hex | 18 | D4 | 92 | 59 | 0 | 1F | 11 | 9F | 50 | 2E |
| Octal | 30 | 324 | 222 | 131 | 0 | 37 | 21 | 237 | 120 | 56 |
| Binary | 11000 | 11010100 | 10010010 | 1011001 | 0 | 11111 | 10001 | 10011111 | 1010000 | 101110 |
Color Harmonies of #18D492
Complementary color
Monochromatic Colors of #18D492
Black with #18D492
Text Example
Text Example
White with #18D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D492; }
p { color: rgb(24,212,146); }
H1.HeaderClassName
{
color: #18D492;
}
.AnyTagClassName
{
color: #18D492;
}
</style>
background-color css
<style>
a { background-color: #18D492; }
a { background-color: rgb(24,212,146); }
div.DivClassName
{
background-color: #18D492;
}
.BgClassName
{
background-color: #18D492;
}
</style>
border-color css
<style>
span { border-color: #18D492; }
span { border-color: rgb(24,212,146); }
td.TdClassName
{
border-color: #18D492;
}
.TagClassName
{
border-color: #18D492;
}
</style>