Shades of Caribbean Green #0EDC92
Tints of Caribbean Green #0EDC92
RGB
CMYK
RGB Variations
Color information
#0EDC92 (or 0x0EDC92) is known color: Caribbean Green. HEX triplet: 0E, DC and 92. RGB value is (14,220,146). Sum of RGB (Red+Green+Blue) = 14+220+146=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDC92 is #F1236D. Grayscale: #969696. Windows color (decimal): -15803246 or 9624590. OLE color: 9624590.
HSL color Cylindrical-coordinate representation of color #0EDC92: hue angle of 158.45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC92 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 146 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.14 |
| HSL | 158.45º | 0.88% | 0.46% | - |
| HSV(B) | 158.45º | 0.94% | 0.86% | - |
| XYZ | 30.96 | 53.36 | 35.86 | - |
| YUV | 149.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 146 | 0.94 | 0 | 0.34 | 0.14 | 158.45 | 0.88 | 0.46 |
| Hex | E | DC | 92 | 5E | 0 | 22 | E | 9E | 58 | 2E |
| Octal | 16 | 334 | 222 | 136 | 0 | 42 | 16 | 236 | 130 | 56 |
| Binary | 1110 | 11011100 | 10010010 | 1011110 | 0 | 100010 | 1110 | 10011110 | 1011000 | 101110 |
Color Harmonies of #0EDC92
Complementary color
Monochromatic Colors of #0EDC92
Black with #0EDC92
Text Example
Text Example
White with #0EDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC92; }
p { color: rgb(14,220,146); }
H1.HeaderClassName
{
color: #0EDC92;
}
.AnyTagClassName
{
color: #0EDC92;
}
</style>
background-color css
<style>
a { background-color: #0EDC92; }
a { background-color: rgb(14,220,146); }
div.DivClassName
{
background-color: #0EDC92;
}
.BgClassName
{
background-color: #0EDC92;
}
</style>
border-color css
<style>
span { border-color: #0EDC92; }
span { border-color: rgb(14,220,146); }
td.TdClassName
{
border-color: #0EDC92;
}
.TagClassName
{
border-color: #0EDC92;
}
</style>