Shades of Caribbean Green #0FD7A1
Tints of Caribbean Green #0FD7A1
RGB
CMYK
RGB Variations
Color information
#0FD7A1 (or 0x0FD7A1) is known color: Caribbean Green. HEX triplet: 0F, D7 and A1. RGB value is (15,215,161). Sum of RGB (Red+Green+Blue) = 15+215+161=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD7A1 is #F0285E. Grayscale: #959595. Windows color (decimal): -15738975 or 10606351. OLE color: 10606351.
HSL color Cylindrical-coordinate representation of color #0FD7A1: hue angle of 163.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD7A1 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 161 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.16 |
| HSL | 163.8º | 0.87% | 0.45% | - |
| HSV(B) | 163.8º | 0.93% | 0.84% | - |
| XYZ | 30.93 | 51.28 | 41.99 | - |
| YUV | 149.04 | 134.74 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 161 | 0.93 | 0 | 0.25 | 0.16 | 163.8 | 0.87 | 0.45 |
| Hex | F | D7 | A1 | 5D | 0 | 19 | 10 | A4 | 57 | 2D |
| Octal | 17 | 327 | 241 | 135 | 0 | 31 | 20 | 244 | 127 | 55 |
| Binary | 1111 | 11010111 | 10100001 | 1011101 | 0 | 11001 | 10000 | 10100100 | 1010111 | 101101 |
Color Harmonies of #0FD7A1
Complementary color
Monochromatic Colors of #0FD7A1
Black with #0FD7A1
Text Example
Text Example
White with #0FD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD7A1; }
p { color: rgb(15,215,161); }
H1.HeaderClassName
{
color: #0FD7A1;
}
.AnyTagClassName
{
color: #0FD7A1;
}
</style>
background-color css
<style>
a { background-color: #0FD7A1; }
a { background-color: rgb(15,215,161); }
div.DivClassName
{
background-color: #0FD7A1;
}
.BgClassName
{
background-color: #0FD7A1;
}
</style>
border-color css
<style>
span { border-color: #0FD7A1; }
span { border-color: rgb(15,215,161); }
td.TdClassName
{
border-color: #0FD7A1;
}
.TagClassName
{
border-color: #0FD7A1;
}
</style>