Shades of Caribbean Green #0FD896
Tints of Caribbean Green #0FD896
RGB
CMYK
RGB Variations
Color information
#0FD896 (or 0x0FD896) is known color: Caribbean Green. HEX triplet: 0F, D8 and 96. RGB value is (15,216,150). Sum of RGB (Red+Green+Blue) = 15+216+150=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD896 is #F02769. Grayscale: #949494. Windows color (decimal): -15738730 or 9885711. OLE color: 9885711.
HSL color Cylindrical-coordinate representation of color #0FD896: hue angle of 160.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD896 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 150 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.15 |
| HSL | 160.3º | 0.87% | 0.45% | - |
| HSV(B) | 160.3º | 0.93% | 0.85% | - |
| XYZ | 30.26 | 51.42 | 37.18 | - |
| YUV | 148.38 | 128.91 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 150 | 0.93 | 0 | 0.31 | 0.15 | 160.3 | 0.87 | 0.45 |
| Hex | F | D8 | 96 | 5D | 0 | 1F | F | A0 | 57 | 2D |
| Octal | 17 | 330 | 226 | 135 | 0 | 37 | 17 | 240 | 127 | 55 |
| Binary | 1111 | 11011000 | 10010110 | 1011101 | 0 | 11111 | 1111 | 10100000 | 1010111 | 101101 |
Color Harmonies of #0FD896
Complementary color
Monochromatic Colors of #0FD896
Black with #0FD896
Text Example
Text Example
White with #0FD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD896; }
p { color: rgb(15,216,150); }
H1.HeaderClassName
{
color: #0FD896;
}
.AnyTagClassName
{
color: #0FD896;
}
</style>
background-color css
<style>
a { background-color: #0FD896; }
a { background-color: rgb(15,216,150); }
div.DivClassName
{
background-color: #0FD896;
}
.BgClassName
{
background-color: #0FD896;
}
</style>
border-color css
<style>
span { border-color: #0FD896; }
span { border-color: rgb(15,216,150); }
td.TdClassName
{
border-color: #0FD896;
}
.TagClassName
{
border-color: #0FD896;
}
</style>