Shades of Caribbean Green #0FDC96
Tints of Caribbean Green #0FDC96
RGB
CMYK
RGB Variations
Color information
#0FDC96 (or 0x0FDC96) is known color: Caribbean Green. HEX triplet: 0F, DC and 96. RGB value is (15,220,150). Sum of RGB (Red+Green+Blue) = 15+220+150=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC96 is #F02369. Grayscale: #969696. Windows color (decimal): -15737706 or 9886735. OLE color: 9886735.
HSL color Cylindrical-coordinate representation of color #0FDC96: hue angle of 159.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC96 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 150 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.14 |
| HSL | 159.51º | 0.87% | 0.46% | - |
| HSV(B) | 159.51º | 0.93% | 0.86% | - |
| XYZ | 31.3 | 53.49 | 37.53 | - |
| YUV | 150.73 | 127.58 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 150 | 0.93 | 0 | 0.32 | 0.14 | 159.51 | 0.87 | 0.46 |
| Hex | F | DC | 96 | 5D | 0 | 20 | E | A0 | 57 | 2E |
| Octal | 17 | 334 | 226 | 135 | 0 | 40 | 16 | 240 | 127 | 56 |
| Binary | 1111 | 11011100 | 10010110 | 1011101 | 0 | 100000 | 1110 | 10100000 | 1010111 | 101110 |
Color Harmonies of #0FDC96
Complementary color
Monochromatic Colors of #0FDC96
Black with #0FDC96
Text Example
Text Example
White with #0FDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC96; }
p { color: rgb(15,220,150); }
H1.HeaderClassName
{
color: #0FDC96;
}
.AnyTagClassName
{
color: #0FDC96;
}
</style>
background-color css
<style>
a { background-color: #0FDC96; }
a { background-color: rgb(15,220,150); }
div.DivClassName
{
background-color: #0FDC96;
}
.BgClassName
{
background-color: #0FDC96;
}
</style>
border-color css
<style>
span { border-color: #0FDC96; }
span { border-color: rgb(15,220,150); }
td.TdClassName
{
border-color: #0FDC96;
}
.TagClassName
{
border-color: #0FDC96;
}
</style>