Shades of Caribbean Green #0FE192
Tints of Caribbean Green #0FE192
RGB
CMYK
RGB Variations
Color information
#0FE192 (or 0x0FE192) is known color: Caribbean Green. HEX triplet: 0F, E1 and 92. RGB value is (15,225,146). Sum of RGB (Red+Green+Blue) = 15+225+146=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE192 is #F01E6D. Grayscale: #999999. Windows color (decimal): -15736430 or 9625871. OLE color: 9625871.
HSL color Cylindrical-coordinate representation of color #0FE192: hue angle of 157.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 #0FE192 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 146 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.12 |
| HSL | 157.43º | 0.88% | 0.47% | - |
| HSV(B) | 157.43º | 0.93% | 0.88% | - |
| XYZ | 32.31 | 56.03 | 36.31 | - |
| YUV | 153.2 | 123.93 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 146 | 0.93 | 0 | 0.35 | 0.12 | 157.43 | 0.88 | 0.47 |
| Hex | F | E1 | 92 | 5D | 0 | 23 | C | 9D | 58 | 2F |
| Octal | 17 | 341 | 222 | 135 | 0 | 43 | 14 | 235 | 130 | 57 |
| Binary | 1111 | 11100001 | 10010010 | 1011101 | 0 | 100011 | 1100 | 10011101 | 1011000 | 101111 |
Color Harmonies of #0FE192
Complementary color
Monochromatic Colors of #0FE192
Black with #0FE192
Text Example
Text Example
White with #0FE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE192; }
p { color: rgb(15,225,146); }
H1.HeaderClassName
{
color: #0FE192;
}
.AnyTagClassName
{
color: #0FE192;
}
</style>
background-color css
<style>
a { background-color: #0FE192; }
a { background-color: rgb(15,225,146); }
div.DivClassName
{
background-color: #0FE192;
}
.BgClassName
{
background-color: #0FE192;
}
</style>
border-color css
<style>
span { border-color: #0FE192; }
span { border-color: rgb(15,225,146); }
td.TdClassName
{
border-color: #0FE192;
}
.TagClassName
{
border-color: #0FE192;
}
</style>