Shades of Caribbean Green #0CD09D
Tints of Caribbean Green #0CD09D
RGB
CMYK
RGB Variations
Color information
#0CD09D (or 0x0CD09D) is known color: Caribbean Green. HEX triplet: 0C, D0 and 9D. RGB value is (12,208,157). Sum of RGB (Red+Green+Blue) = 12+208+157=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD09D is #F32F62. Grayscale: #8F8F8F. Windows color (decimal): -15937379 or 10342412. OLE color: 10342412.
HSL color Cylindrical-coordinate representation of color #0CD09D: hue angle of 164.39º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD09D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 208 | 157 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.18 |
| HSL | 164.39º | 0.89% | 0.43% | - |
| HSV(B) | 164.39º | 0.94% | 0.82% | - |
| XYZ | 28.79 | 47.62 | 39.57 | - |
| YUV | 143.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 157 | 0.94 | 0 | 0.25 | 0.18 | 164.39 | 0.89 | 0.43 |
| Hex | C | D0 | 9D | 5E | 0 | 19 | 12 | A4 | 59 | 2B |
| Octal | 14 | 320 | 235 | 136 | 0 | 31 | 22 | 244 | 131 | 53 |
| Binary | 1100 | 11010000 | 10011101 | 1011110 | 0 | 11001 | 10010 | 10100100 | 1011001 | 101011 |
Color Harmonies of #0CD09D
Complementary color
Monochromatic Colors of #0CD09D
Black with #0CD09D
Text Example
Text Example
White with #0CD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD09D; }
p { color: rgb(12,208,157); }
H1.HeaderClassName
{
color: #0CD09D;
}
.AnyTagClassName
{
color: #0CD09D;
}
</style>
background-color css
<style>
a { background-color: #0CD09D; }
a { background-color: rgb(12,208,157); }
div.DivClassName
{
background-color: #0CD09D;
}
.BgClassName
{
background-color: #0CD09D;
}
</style>
border-color css
<style>
span { border-color: #0CD09D; }
span { border-color: rgb(12,208,157); }
td.TdClassName
{
border-color: #0CD09D;
}
.TagClassName
{
border-color: #0CD09D;
}
</style>