Shades of Caribbean Green #0CD27E
Tints of Caribbean Green #0CD27E
RGB
CMYK
RGB Variations
Color information
#0CD27E (or 0x0CD27E) is known color: Caribbean Green. HEX triplet: 0C, D2 and 7E. RGB value is (12,210,126). Sum of RGB (Red+Green+Blue) = 12+210+126=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD27E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD27E is #F32D81. Grayscale: #8D8D8D. Windows color (decimal): -15936898 or 8311308. OLE color: 8311308.
HSL color Cylindrical-coordinate representation of color #0CD27E: hue angle of 154.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD27E is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 126 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.18 |
| HSL | 154.55º | 0.89% | 0.44% | - |
| HSV(B) | 154.55º | 0.94% | 0.82% | - |
| XYZ | 26.96 | 47.68 | 27.52 | - |
| YUV | 141.22 | 119.4 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 126 | 0.94 | 0 | 0.4 | 0.18 | 154.55 | 0.89 | 0.44 |
| Hex | C | D2 | 7E | 5E | 0 | 28 | 12 | 9B | 59 | 2C |
| Octal | 14 | 322 | 176 | 136 | 0 | 50 | 22 | 233 | 131 | 54 |
| Binary | 1100 | 11010010 | 1111110 | 1011110 | 0 | 101000 | 10010 | 10011011 | 1011001 | 101100 |
Color Harmonies of #0CD27E
Complementary color
Monochromatic Colors of #0CD27E
Black with #0CD27E
Text Example
Text Example
White with #0CD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD27E; }
p { color: rgb(12,210,126); }
H1.HeaderClassName
{
color: #0CD27E;
}
.AnyTagClassName
{
color: #0CD27E;
}
</style>
background-color css
<style>
a { background-color: #0CD27E; }
a { background-color: rgb(12,210,126); }
div.DivClassName
{
background-color: #0CD27E;
}
.BgClassName
{
background-color: #0CD27E;
}
</style>
border-color css
<style>
span { border-color: #0CD27E; }
span { border-color: rgb(12,210,126); }
td.TdClassName
{
border-color: #0CD27E;
}
.TagClassName
{
border-color: #0CD27E;
}
</style>