Shades of Caribbean Green #0FC99E
Tints of Caribbean Green #0FC99E
RGB
CMYK
RGB Variations
Color information
#0FC99E (or 0x0FC99E) is known color: Caribbean Green. HEX triplet: 0F, C9 and 9E. RGB value is (15,201,158). Sum of RGB (Red+Green+Blue) = 15+201+158=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC99E is #F03661. Grayscale: #8C8C8C. Windows color (decimal): -15742562 or 10406159. OLE color: 10406159.
HSL color Cylindrical-coordinate representation of color #0FC99E: hue angle of 166.13º 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 #0FC99E is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 158 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.13º | 0.86% | 0.42% | - |
| HSV(B) | 166.13º | 0.93% | 0.79% | - |
| XYZ | 27.26 | 44.34 | 39.47 | - |
| YUV | 140.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 158 | 0.93 | 0 | 0.21 | 0.21 | 166.13 | 0.86 | 0.42 |
| Hex | F | C9 | 9E | 5D | 0 | 15 | 15 | A6 | 56 | 2A |
| Octal | 17 | 311 | 236 | 135 | 0 | 25 | 25 | 246 | 126 | 52 |
| Binary | 1111 | 11001001 | 10011110 | 1011101 | 0 | 10101 | 10101 | 10100110 | 1010110 | 101010 |
Color Harmonies of #0FC99E
Complementary color
Monochromatic Colors of #0FC99E
Black with #0FC99E
Text Example
Text Example
White with #0FC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC99E; }
p { color: rgb(15,201,158); }
H1.HeaderClassName
{
color: #0FC99E;
}
.AnyTagClassName
{
color: #0FC99E;
}
</style>
background-color css
<style>
a { background-color: #0FC99E; }
a { background-color: rgb(15,201,158); }
div.DivClassName
{
background-color: #0FC99E;
}
.BgClassName
{
background-color: #0FC99E;
}
</style>
border-color css
<style>
span { border-color: #0FC99E; }
span { border-color: rgb(15,201,158); }
td.TdClassName
{
border-color: #0FC99E;
}
.TagClassName
{
border-color: #0FC99E;
}
</style>