Shades of Caribbean Green #0FD98B
Tints of Caribbean Green #0FD98B
RGB
CMYK
RGB Variations
Color information
#0FD98B (or 0x0FD98B) is known color: Caribbean Green. HEX triplet: 0F, D9 and 8B. RGB value is (15,217,139). Sum of RGB (Red+Green+Blue) = 15+217+139=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD98B is #F02674. Grayscale: #939393. Windows color (decimal): -15738485 or 9165071. OLE color: 9165071.
HSL color Cylindrical-coordinate representation of color #0FD98B: hue angle of 156.83º 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 #0FD98B is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 139 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.15 |
| HSL | 156.83º | 0.87% | 0.45% | - |
| HSV(B) | 156.83º | 0.93% | 0.85% | - |
| XYZ | 29.67 | 51.59 | 32.82 | - |
| YUV | 147.71 | 123.08 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 139 | 0.93 | 0 | 0.36 | 0.15 | 156.83 | 0.87 | 0.45 |
| Hex | F | D9 | 8B | 5D | 0 | 24 | F | 9D | 57 | 2D |
| Octal | 17 | 331 | 213 | 135 | 0 | 44 | 17 | 235 | 127 | 55 |
| Binary | 1111 | 11011001 | 10001011 | 1011101 | 0 | 100100 | 1111 | 10011101 | 1010111 | 101101 |
Color Harmonies of #0FD98B
Complementary color
Monochromatic Colors of #0FD98B
Black with #0FD98B
Text Example
Text Example
White with #0FD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD98B; }
p { color: rgb(15,217,139); }
H1.HeaderClassName
{
color: #0FD98B;
}
.AnyTagClassName
{
color: #0FD98B;
}
</style>
background-color css
<style>
a { background-color: #0FD98B; }
a { background-color: rgb(15,217,139); }
div.DivClassName
{
background-color: #0FD98B;
}
.BgClassName
{
background-color: #0FD98B;
}
</style>
border-color css
<style>
span { border-color: #0FD98B; }
span { border-color: rgb(15,217,139); }
td.TdClassName
{
border-color: #0FD98B;
}
.TagClassName
{
border-color: #0FD98B;
}
</style>