Shades of Caribbean Green #0FC99F
Tints of Caribbean Green #0FC99F
RGB
CMYK
RGB Variations
Color information
#0FC99F (or 0x0FC99F) is known color: Caribbean Green. HEX triplet: 0F, C9 and 9F. RGB value is (15,201,159). Sum of RGB (Red+Green+Blue) = 15+201+159=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC99F is #F03660. Grayscale: #8C8C8C. Windows color (decimal): -15742561 or 10471695. OLE color: 10471695.
HSL color Cylindrical-coordinate representation of color #0FC99F: hue angle of 166.45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC99F is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 159 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.45º | 0.86% | 0.42% | - |
| HSV(B) | 166.45º | 0.93% | 0.79% | - |
| XYZ | 27.34 | 44.38 | 39.93 | - |
| YUV | 140.6 | 138.38 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 159 | 0.93 | 0 | 0.21 | 0.21 | 166.45 | 0.86 | 0.42 |
| Hex | F | C9 | 9F | 5D | 0 | 15 | 15 | A6 | 56 | 2A |
| Octal | 17 | 311 | 237 | 135 | 0 | 25 | 25 | 246 | 126 | 52 |
| Binary | 1111 | 11001001 | 10011111 | 1011101 | 0 | 10101 | 10101 | 10100110 | 1010110 | 101010 |
Color Harmonies of #0FC99F
Complementary color
Monochromatic Colors of #0FC99F
Black with #0FC99F
Text Example
Text Example
White with #0FC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC99F; }
p { color: rgb(15,201,159); }
H1.HeaderClassName
{
color: #0FC99F;
}
.AnyTagClassName
{
color: #0FC99F;
}
</style>
background-color css
<style>
a { background-color: #0FC99F; }
a { background-color: rgb(15,201,159); }
div.DivClassName
{
background-color: #0FC99F;
}
.BgClassName
{
background-color: #0FC99F;
}
</style>
border-color css
<style>
span { border-color: #0FC99F; }
span { border-color: rgb(15,201,159); }
td.TdClassName
{
border-color: #0FC99F;
}
.TagClassName
{
border-color: #0FC99F;
}
</style>