Shades of Caribbean Green #0DCF9A
Tints of Caribbean Green #0DCF9A
RGB
CMYK
RGB Variations
Color information
#0DCF9A (or 0x0DCF9A) is known color: Caribbean Green. HEX triplet: 0D, CF and 9A. RGB value is (13,207,154). Sum of RGB (Red+Green+Blue) = 13+207+154=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCF9A is #F23065. Grayscale: #8E8E8E. Windows color (decimal): -15872102 or 10145549. OLE color: 10145549.
HSL color Cylindrical-coordinate representation of color #0DCF9A: hue angle of 163.61º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF9A is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 154 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.19 |
| HSL | 163.61º | 0.88% | 0.43% | - |
| HSV(B) | 163.61º | 0.94% | 0.81% | - |
| XYZ | 28.31 | 47.04 | 38.16 | - |
| YUV | 142.95 | 134.23 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 154 | 0.94 | 0 | 0.26 | 0.19 | 163.61 | 0.88 | 0.43 |
| Hex | D | CF | 9A | 5E | 0 | 1A | 13 | A4 | 58 | 2B |
| Octal | 15 | 317 | 232 | 136 | 0 | 32 | 23 | 244 | 130 | 53 |
| Binary | 1101 | 11001111 | 10011010 | 1011110 | 0 | 11010 | 10011 | 10100100 | 1011000 | 101011 |
Color Harmonies of #0DCF9A
Complementary color
Monochromatic Colors of #0DCF9A
Black with #0DCF9A
Text Example
Text Example
White with #0DCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCF9A; }
p { color: rgb(13,207,154); }
H1.HeaderClassName
{
color: #0DCF9A;
}
.AnyTagClassName
{
color: #0DCF9A;
}
</style>
background-color css
<style>
a { background-color: #0DCF9A; }
a { background-color: rgb(13,207,154); }
div.DivClassName
{
background-color: #0DCF9A;
}
.BgClassName
{
background-color: #0DCF9A;
}
</style>
border-color css
<style>
span { border-color: #0DCF9A; }
span { border-color: rgb(13,207,154); }
td.TdClassName
{
border-color: #0DCF9A;
}
.TagClassName
{
border-color: #0DCF9A;
}
</style>