Shades of Caribbean Green #0CD299
Tints of Caribbean Green #0CD299
RGB
CMYK
RGB Variations
Color information
#0CD299 (or 0x0CD299) is known color: Caribbean Green. HEX triplet: 0C, D2 and 99. RGB value is (12,210,153). Sum of RGB (Red+Green+Blue) = 12+210+153=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD299 is #F32D66. Grayscale: #909090. Windows color (decimal): -15936871 or 10080780. OLE color: 10080780.
HSL color Cylindrical-coordinate representation of color #0CD299: hue angle of 162.73º 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 #0CD299 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 153 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.18 |
| HSL | 162.73º | 0.89% | 0.44% | - |
| HSV(B) | 162.73º | 0.94% | 0.82% | - |
| XYZ | 28.95 | 48.47 | 37.97 | - |
| YUV | 144.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 153 | 0.94 | 0 | 0.27 | 0.18 | 162.73 | 0.89 | 0.44 |
| Hex | C | D2 | 99 | 5E | 0 | 1B | 12 | A3 | 59 | 2C |
| Octal | 14 | 322 | 231 | 136 | 0 | 33 | 22 | 243 | 131 | 54 |
| Binary | 1100 | 11010010 | 10011001 | 1011110 | 0 | 11011 | 10010 | 10100011 | 1011001 | 101100 |
Color Harmonies of #0CD299
Complementary color
Monochromatic Colors of #0CD299
Black with #0CD299
Text Example
Text Example
White with #0CD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD299; }
p { color: rgb(12,210,153); }
H1.HeaderClassName
{
color: #0CD299;
}
.AnyTagClassName
{
color: #0CD299;
}
</style>
background-color css
<style>
a { background-color: #0CD299; }
a { background-color: rgb(12,210,153); }
div.DivClassName
{
background-color: #0CD299;
}
.BgClassName
{
background-color: #0CD299;
}
</style>
border-color css
<style>
span { border-color: #0CD299; }
span { border-color: rgb(12,210,153); }
td.TdClassName
{
border-color: #0CD299;
}
.TagClassName
{
border-color: #0CD299;
}
</style>