Shades of Caribbean Green #0CD289
Tints of Caribbean Green #0CD289
RGB
CMYK
RGB Variations
Color information
#0CD289 (or 0x0CD289) is known color: Caribbean Green. HEX triplet: 0C, D2 and 89. RGB value is (12,210,137). Sum of RGB (Red+Green+Blue) = 12+210+137=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD289 is #F32D76. Grayscale: #8E8E8E. Windows color (decimal): -15936887 or 9032204. OLE color: 9032204.
HSL color Cylindrical-coordinate representation of color #0CD289: hue angle of 157.88º 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 #0CD289 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 137 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.18 |
| HSL | 157.88º | 0.89% | 0.44% | - |
| HSV(B) | 157.88º | 0.94% | 0.82% | - |
| XYZ | 27.71 | 47.98 | 31.47 | - |
| YUV | 142.48 | 124.9 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 137 | 0.94 | 0 | 0.35 | 0.18 | 157.88 | 0.89 | 0.44 |
| Hex | C | D2 | 89 | 5E | 0 | 23 | 12 | 9E | 59 | 2C |
| Octal | 14 | 322 | 211 | 136 | 0 | 43 | 22 | 236 | 131 | 54 |
| Binary | 1100 | 11010010 | 10001001 | 1011110 | 0 | 100011 | 10010 | 10011110 | 1011001 | 101100 |
Color Harmonies of #0CD289
Complementary color
Monochromatic Colors of #0CD289
Black with #0CD289
Text Example
Text Example
White with #0CD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD289; }
p { color: rgb(12,210,137); }
H1.HeaderClassName
{
color: #0CD289;
}
.AnyTagClassName
{
color: #0CD289;
}
</style>
background-color css
<style>
a { background-color: #0CD289; }
a { background-color: rgb(12,210,137); }
div.DivClassName
{
background-color: #0CD289;
}
.BgClassName
{
background-color: #0CD289;
}
</style>
border-color css
<style>
span { border-color: #0CD289; }
span { border-color: rgb(12,210,137); }
td.TdClassName
{
border-color: #0CD289;
}
.TagClassName
{
border-color: #0CD289;
}
</style>