Shades of Caribbean Green #0FE199
Tints of Caribbean Green #0FE199
RGB
CMYK
RGB Variations
Color information
#0FE199 (or 0x0FE199) is known color: Caribbean Green. HEX triplet: 0F, E1 and 99. RGB value is (15,225,153). Sum of RGB (Red+Green+Blue) = 15+225+153=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE199 is #F01E66. Grayscale: #9A9A9A. Windows color (decimal): -15736423 or 10084623. OLE color: 10084623.
HSL color Cylindrical-coordinate representation of color #0FE199: hue angle of 159.43º 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 #0FE199 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 153 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.12 |
| HSL | 159.43º | 0.88% | 0.47% | - |
| HSV(B) | 159.43º | 0.93% | 0.88% | - |
| XYZ | 32.87 | 56.25 | 39.26 | - |
| YUV | 154 | 127.43 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 153 | 0.93 | 0 | 0.32 | 0.12 | 159.43 | 0.88 | 0.47 |
| Hex | F | E1 | 99 | 5D | 0 | 20 | C | 9F | 58 | 2F |
| Octal | 17 | 341 | 231 | 135 | 0 | 40 | 14 | 237 | 130 | 57 |
| Binary | 1111 | 11100001 | 10011001 | 1011101 | 0 | 100000 | 1100 | 10011111 | 1011000 | 101111 |
Color Harmonies of #0FE199
Complementary color
Monochromatic Colors of #0FE199
Black with #0FE199
Text Example
Text Example
White with #0FE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE199; }
p { color: rgb(15,225,153); }
H1.HeaderClassName
{
color: #0FE199;
}
.AnyTagClassName
{
color: #0FE199;
}
</style>
background-color css
<style>
a { background-color: #0FE199; }
a { background-color: rgb(15,225,153); }
div.DivClassName
{
background-color: #0FE199;
}
.BgClassName
{
background-color: #0FE199;
}
</style>
border-color css
<style>
span { border-color: #0FE199; }
span { border-color: rgb(15,225,153); }
td.TdClassName
{
border-color: #0FE199;
}
.TagClassName
{
border-color: #0FE199;
}
</style>