Shades of Caribbean Green #0FE087
Tints of Caribbean Green #0FE087
RGB
CMYK
RGB Variations
Color information
#0FE087 (or 0x0FE087) is known color: Caribbean Green. HEX triplet: 0F, E0 and 87. RGB value is (15,224,135). Sum of RGB (Red+Green+Blue) = 15+224+135=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE087 is #F01F78. Grayscale: #979797. Windows color (decimal): -15736697 or 8904719. OLE color: 8904719.
HSL color Cylindrical-coordinate representation of color #0FE087: hue angle of 154.45º degrees, saturation: 0.87, 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 #0FE087 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 135 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.12 |
| HSL | 154.45º | 0.87% | 0.47% | - |
| HSV(B) | 154.45º | 0.93% | 0.88% | - |
| XYZ | 31.23 | 55.16 | 31.92 | - |
| YUV | 151.36 | 118.76 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 135 | 0.93 | 0 | 0.40 | 0.12 | 154.45 | 0.87 | 0.47 |
| Hex | F | E0 | 87 | 5D | 0 | 28 | C | 9A | 57 | 2F |
| Octal | 17 | 340 | 207 | 135 | 0 | 50 | 14 | 232 | 127 | 57 |
| Binary | 1111 | 11100000 | 10000111 | 1011101 | 0 | 101000 | 1100 | 10011010 | 1010111 | 101111 |
Color Harmonies of #0FE087
Complementary color
Monochromatic Colors of #0FE087
Black with #0FE087
Text Example
Text Example
White with #0FE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE087; }
p { color: rgb(15,224,135); }
H1.HeaderClassName
{
color: #0FE087;
}
.AnyTagClassName
{
color: #0FE087;
}
</style>
background-color css
<style>
a { background-color: #0FE087; }
a { background-color: rgb(15,224,135); }
div.DivClassName
{
background-color: #0FE087;
}
.BgClassName
{
background-color: #0FE087;
}
</style>
border-color css
<style>
span { border-color: #0FE087; }
span { border-color: rgb(15,224,135); }
td.TdClassName
{
border-color: #0FE087;
}
.TagClassName
{
border-color: #0FE087;
}
</style>