Shades of Caribbean Green #14E298
Tints of Caribbean Green #14E298
RGB
CMYK
RGB Variations
Color information
#14E298 (or 0x14E298) is known color: Caribbean Green. HEX triplet: 14, E2 and 98. RGB value is (20,226,152). Sum of RGB (Red+Green+Blue) = 20+226+152=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #14E298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E298 is #EB1D67. Grayscale: #9C9C9C. Windows color (decimal): -15408488 or 10019348. OLE color: 10019348.
HSL color Cylindrical-coordinate representation of color #14E298: hue angle of 158.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E298 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 152 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.11 |
| HSL | 158.45º | 0.84% | 0.48% | - |
| HSV(B) | 158.45º | 0.91% | 0.89% | - |
| XYZ | 33.15 | 56.81 | 38.92 | - |
| YUV | 155.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 152 | 0.91 | 0 | 0.33 | 0.11 | 158.45 | 0.84 | 0.48 |
| Hex | 14 | E2 | 98 | 5B | 0 | 21 | B | 9E | 54 | 30 |
| Octal | 24 | 342 | 230 | 133 | 0 | 41 | 13 | 236 | 124 | 60 |
| Binary | 10100 | 11100010 | 10011000 | 1011011 | 0 | 100001 | 1011 | 10011110 | 1010100 | 110000 |
Color Harmonies of #14E298
Complementary color
Monochromatic Colors of #14E298
Black with #14E298
Text Example
Text Example
White with #14E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E298; }
p { color: rgb(20,226,152); }
H1.HeaderClassName
{
color: #14E298;
}
.AnyTagClassName
{
color: #14E298;
}
</style>
background-color css
<style>
a { background-color: #14E298; }
a { background-color: rgb(20,226,152); }
div.DivClassName
{
background-color: #14E298;
}
.BgClassName
{
background-color: #14E298;
}
</style>
border-color css
<style>
span { border-color: #14E298; }
span { border-color: rgb(20,226,152); }
td.TdClassName
{
border-color: #14E298;
}
.TagClassName
{
border-color: #14E298;
}
</style>