Shades of Caribbean Green #0FDA86
Tints of Caribbean Green #0FDA86
RGB
CMYK
RGB Variations
Color information
#0FDA86 (or 0x0FDA86) is known color: Caribbean Green. HEX triplet: 0F, DA and 86. RGB value is (15,218,134). Sum of RGB (Red+Green+Blue) = 15+218+134=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA86 is #F02579. Grayscale: #939393. Windows color (decimal): -15738234 or 8837647. OLE color: 8837647.
HSL color Cylindrical-coordinate representation of color #0FDA86: hue angle of 155.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA86 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 134 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.15 |
| HSL | 155.17º | 0.87% | 0.46% | - |
| HSV(B) | 155.17º | 0.93% | 0.85% | - |
| XYZ | 29.57 | 51.97 | 31.03 | - |
| YUV | 147.73 | 120.25 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 134 | 0.93 | 0 | 0.39 | 0.15 | 155.17 | 0.87 | 0.46 |
| Hex | F | DA | 86 | 5D | 0 | 27 | F | 9B | 57 | 2E |
| Octal | 17 | 332 | 206 | 135 | 0 | 47 | 17 | 233 | 127 | 56 |
| Binary | 1111 | 11011010 | 10000110 | 1011101 | 0 | 100111 | 1111 | 10011011 | 1010111 | 101110 |
Color Harmonies of #0FDA86
Complementary color
Monochromatic Colors of #0FDA86
Black with #0FDA86
Text Example
Text Example
White with #0FDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA86; }
p { color: rgb(15,218,134); }
H1.HeaderClassName
{
color: #0FDA86;
}
.AnyTagClassName
{
color: #0FDA86;
}
</style>
background-color css
<style>
a { background-color: #0FDA86; }
a { background-color: rgb(15,218,134); }
div.DivClassName
{
background-color: #0FDA86;
}
.BgClassName
{
background-color: #0FDA86;
}
</style>
border-color css
<style>
span { border-color: #0FDA86; }
span { border-color: rgb(15,218,134); }
td.TdClassName
{
border-color: #0FDA86;
}
.TagClassName
{
border-color: #0FDA86;
}
</style>