Shades of Caribbean Green #0CE29E
Tints of Caribbean Green #0CE29E
RGB
CMYK
RGB Variations
Color information
#0CE29E (or 0x0CE29E) is known color: Caribbean Green. HEX triplet: 0C, E2 and 9E. RGB value is (12,226,158). Sum of RGB (Red+Green+Blue) = 12+226+158=396 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.03% from 396); Green value is 226 (88.67% from 255 or 57.07% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE29E is #F31D61. Grayscale: #9A9A9A. Windows color (decimal): -15932770 or 10412556. OLE color: 10412556.
HSL color Cylindrical-coordinate representation of color #0CE29E: hue angle of 160.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE29E is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 226 | 158 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.11 |
| HSL | 160.93º | 0.9% | 0.47% | - |
| HSV(B) | 160.93º | 0.95% | 0.89% | - |
| XYZ | 33.52 | 56.94 | 41.57 | - |
| YUV | 154.26 | 130.1 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 158 | 0.95 | 0 | 0.30 | 0.11 | 160.93 | 0.9 | 0.47 |
| Hex | C | E2 | 9E | 5F | 0 | 1E | B | A1 | 5A | 2F |
| Octal | 14 | 342 | 236 | 137 | 0 | 36 | 13 | 241 | 132 | 57 |
| Binary | 1100 | 11100010 | 10011110 | 1011111 | 0 | 11110 | 1011 | 10100001 | 1011010 | 101111 |
Color Harmonies of #0CE29E
Complementary color
Monochromatic Colors of #0CE29E
Black with #0CE29E
Text Example
Text Example
White with #0CE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE29E; }
p { color: rgb(12,226,158); }
H1.HeaderClassName
{
color: #0CE29E;
}
.AnyTagClassName
{
color: #0CE29E;
}
</style>
background-color css
<style>
a { background-color: #0CE29E; }
a { background-color: rgb(12,226,158); }
div.DivClassName
{
background-color: #0CE29E;
}
.BgClassName
{
background-color: #0CE29E;
}
</style>
border-color css
<style>
span { border-color: #0CE29E; }
span { border-color: rgb(12,226,158); }
td.TdClassName
{
border-color: #0CE29E;
}
.TagClassName
{
border-color: #0CE29E;
}
</style>