Shades of Caribbean Green #0CD98C
Tints of Caribbean Green #0CD98C
RGB
CMYK
RGB Variations
Color information
#0CD98C (or 0x0CD98C) is known color: Caribbean Green. HEX triplet: 0C, D9 and 8C. RGB value is (12,217,140). Sum of RGB (Red+Green+Blue) = 12+217+140=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD98C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD98C is #F32673. Grayscale: #939393. Windows color (decimal): -15935092 or 9230604. OLE color: 9230604.
HSL color Cylindrical-coordinate representation of color #0CD98C: hue angle of 157.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD98C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 140 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.15 |
| HSL | 157.46º | 0.9% | 0.45% | - |
| HSV(B) | 157.46º | 0.94% | 0.85% | - |
| XYZ | 29.7 | 51.6 | 33.2 | - |
| YUV | 146.93 | 124.08 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 140 | 0.94 | 0 | 0.35 | 0.15 | 157.46 | 0.9 | 0.45 |
| Hex | C | D9 | 8C | 5E | 0 | 23 | F | 9D | 5A | 2D |
| Octal | 14 | 331 | 214 | 136 | 0 | 43 | 17 | 235 | 132 | 55 |
| Binary | 1100 | 11011001 | 10001100 | 1011110 | 0 | 100011 | 1111 | 10011101 | 1011010 | 101101 |
Color Harmonies of #0CD98C
Complementary color
Monochromatic Colors of #0CD98C
Black with #0CD98C
Text Example
Text Example
White with #0CD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD98C; }
p { color: rgb(12,217,140); }
H1.HeaderClassName
{
color: #0CD98C;
}
.AnyTagClassName
{
color: #0CD98C;
}
</style>
background-color css
<style>
a { background-color: #0CD98C; }
a { background-color: rgb(12,217,140); }
div.DivClassName
{
background-color: #0CD98C;
}
.BgClassName
{
background-color: #0CD98C;
}
</style>
border-color css
<style>
span { border-color: #0CD98C; }
span { border-color: rgb(12,217,140); }
td.TdClassName
{
border-color: #0CD98C;
}
.TagClassName
{
border-color: #0CD98C;
}
</style>