Shades of Caribbean Green #0FD98F
Tints of Caribbean Green #0FD98F
RGB
CMYK
RGB Variations
Color information
#0FD98F (or 0x0FD98F) is known color: Caribbean Green. HEX triplet: 0F, D9 and 8F. RGB value is (15,217,143). Sum of RGB (Red+Green+Blue) = 15+217+143=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD98F is #F02670. Grayscale: #949494. Windows color (decimal): -15738481 or 9427215. OLE color: 9427215.
HSL color Cylindrical-coordinate representation of color #0FD98F: hue angle of 158.02º 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 #0FD98F is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 143 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.15 |
| HSL | 158.02º | 0.87% | 0.45% | - |
| HSV(B) | 158.02º | 0.93% | 0.85% | - |
| XYZ | 29.97 | 51.71 | 34.39 | - |
| YUV | 148.17 | 125.08 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 143 | 0.93 | 0 | 0.34 | 0.15 | 158.02 | 0.87 | 0.45 |
| Hex | F | D9 | 8F | 5D | 0 | 22 | F | 9E | 57 | 2D |
| Octal | 17 | 331 | 217 | 135 | 0 | 42 | 17 | 236 | 127 | 55 |
| Binary | 1111 | 11011001 | 10001111 | 1011101 | 0 | 100010 | 1111 | 10011110 | 1010111 | 101101 |
Color Harmonies of #0FD98F
Complementary color
Monochromatic Colors of #0FD98F
Black with #0FD98F
Text Example
Text Example
White with #0FD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD98F; }
p { color: rgb(15,217,143); }
H1.HeaderClassName
{
color: #0FD98F;
}
.AnyTagClassName
{
color: #0FD98F;
}
</style>
background-color css
<style>
a { background-color: #0FD98F; }
a { background-color: rgb(15,217,143); }
div.DivClassName
{
background-color: #0FD98F;
}
.BgClassName
{
background-color: #0FD98F;
}
</style>
border-color css
<style>
span { border-color: #0FD98F; }
span { border-color: rgb(15,217,143); }
td.TdClassName
{
border-color: #0FD98F;
}
.TagClassName
{
border-color: #0FD98F;
}
</style>