Shades of Caribbean Green #0DC399
Tints of Caribbean Green #0DC399
RGB
CMYK
RGB Variations
Color information
#0DC399 (or 0x0DC399) is known color: Caribbean Green. HEX triplet: 0D, C3 and 99. RGB value is (13,195,153). Sum of RGB (Red+Green+Blue) = 13+195+153=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC399 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC399 is #F23C66. Grayscale: #878787. Windows color (decimal): -15875175 or 10076941. OLE color: 10076941.
HSL color Cylindrical-coordinate representation of color #0DC399: hue angle of 166.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC399 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 153 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.24 |
| HSL | 166.15º | 0.88% | 0.41% | - |
| HSV(B) | 166.15º | 0.93% | 0.76% | - |
| XYZ | 25.43 | 41.42 | 36.79 | - |
| YUV | 135.79 | 137.7 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 153 | 0.93 | 0 | 0.22 | 0.24 | 166.15 | 0.88 | 0.41 |
| Hex | D | C3 | 99 | 5D | 0 | 16 | 18 | A6 | 58 | 29 |
| Octal | 15 | 303 | 231 | 135 | 0 | 26 | 30 | 246 | 130 | 51 |
| Binary | 1101 | 11000011 | 10011001 | 1011101 | 0 | 10110 | 11000 | 10100110 | 1011000 | 101001 |
Color Harmonies of #0DC399
Complementary color
Monochromatic Colors of #0DC399
Black with #0DC399
Text Example
Text Example
White with #0DC399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC399; }
p { color: rgb(13,195,153); }
H1.HeaderClassName
{
color: #0DC399;
}
.AnyTagClassName
{
color: #0DC399;
}
</style>
background-color css
<style>
a { background-color: #0DC399; }
a { background-color: rgb(13,195,153); }
div.DivClassName
{
background-color: #0DC399;
}
.BgClassName
{
background-color: #0DC399;
}
</style>
border-color css
<style>
span { border-color: #0DC399; }
span { border-color: rgb(13,195,153); }
td.TdClassName
{
border-color: #0DC399;
}
.TagClassName
{
border-color: #0DC399;
}
</style>