Shades of Caribbean Green #0FE198
Tints of Caribbean Green #0FE198
RGB
CMYK
RGB Variations
Color information
#0FE198 (or 0x0FE198) is known color: Caribbean Green. HEX triplet: 0F, E1 and 98. RGB value is (15,225,152). Sum of RGB (Red+Green+Blue) = 15+225+152=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE198 is #F01E67. Grayscale: #999999. Windows color (decimal): -15736424 or 10019087. OLE color: 10019087.
HSL color Cylindrical-coordinate representation of color #0FE198: hue angle of 159.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE198 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 152 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.12 |
| HSL | 159.14º | 0.88% | 0.47% | - |
| HSV(B) | 159.14º | 0.93% | 0.88% | - |
| XYZ | 32.79 | 56.22 | 38.83 | - |
| YUV | 153.89 | 126.93 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 152 | 0.93 | 0 | 0.32 | 0.12 | 159.14 | 0.88 | 0.47 |
| Hex | F | E1 | 98 | 5D | 0 | 20 | C | 9F | 58 | 2F |
| Octal | 17 | 341 | 230 | 135 | 0 | 40 | 14 | 237 | 130 | 57 |
| Binary | 1111 | 11100001 | 10011000 | 1011101 | 0 | 100000 | 1100 | 10011111 | 1011000 | 101111 |
Color Harmonies of #0FE198
Complementary color
Monochromatic Colors of #0FE198
Black with #0FE198
Text Example
Text Example
White with #0FE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE198; }
p { color: rgb(15,225,152); }
H1.HeaderClassName
{
color: #0FE198;
}
.AnyTagClassName
{
color: #0FE198;
}
</style>
background-color css
<style>
a { background-color: #0FE198; }
a { background-color: rgb(15,225,152); }
div.DivClassName
{
background-color: #0FE198;
}
.BgClassName
{
background-color: #0FE198;
}
</style>
border-color css
<style>
span { border-color: #0FE198; }
span { border-color: rgb(15,225,152); }
td.TdClassName
{
border-color: #0FE198;
}
.TagClassName
{
border-color: #0FE198;
}
</style>