Shades of Caribbean Green #0FCD96
Tints of Caribbean Green #0FCD96
RGB
CMYK
RGB Variations
Color information
#0FCD96 (or 0x0FCD96) is known color: Caribbean Green. HEX triplet: 0F, CD and 96. RGB value is (15,205,150). Sum of RGB (Red+Green+Blue) = 15+205+150=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCD96 is #F03269. Grayscale: #8D8D8D. Windows color (decimal): -15741546 or 9882895. OLE color: 9882895.
HSL color Cylindrical-coordinate representation of color #0FCD96: hue angle of 162.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD96 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 150 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.20 |
| HSL | 162.63º | 0.86% | 0.43% | - |
| HSV(B) | 162.63º | 0.93% | 0.8% | - |
| XYZ | 27.53 | 45.97 | 36.28 | - |
| YUV | 141.92 | 132.55 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 150 | 0.93 | 0 | 0.27 | 0.20 | 162.63 | 0.86 | 0.43 |
| Hex | F | CD | 96 | 5D | 0 | 1B | 14 | A3 | 56 | 2B |
| Octal | 17 | 315 | 226 | 135 | 0 | 33 | 24 | 243 | 126 | 53 |
| Binary | 1111 | 11001101 | 10010110 | 1011101 | 0 | 11011 | 10100 | 10100011 | 1010110 | 101011 |
Color Harmonies of #0FCD96
Complementary color
Monochromatic Colors of #0FCD96
Black with #0FCD96
Text Example
Text Example
White with #0FCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD96; }
p { color: rgb(15,205,150); }
H1.HeaderClassName
{
color: #0FCD96;
}
.AnyTagClassName
{
color: #0FCD96;
}
</style>
background-color css
<style>
a { background-color: #0FCD96; }
a { background-color: rgb(15,205,150); }
div.DivClassName
{
background-color: #0FCD96;
}
.BgClassName
{
background-color: #0FCD96;
}
</style>
border-color css
<style>
span { border-color: #0FCD96; }
span { border-color: rgb(15,205,150); }
td.TdClassName
{
border-color: #0FCD96;
}
.TagClassName
{
border-color: #0FCD96;
}
</style>