Shades of Caribbean Green #0FE08B
Tints of Caribbean Green #0FE08B
RGB
CMYK
RGB Variations
Color information
#0FE08B (or 0x0FE08B) is known color: Caribbean Green. HEX triplet: 0F, E0 and 8B. RGB value is (15,224,139). Sum of RGB (Red+Green+Blue) = 15+224+139=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE08B is #F01F74. Grayscale: #979797. Windows color (decimal): -15736693 or 9166863. OLE color: 9166863.
HSL color Cylindrical-coordinate representation of color #0FE08B: hue angle of 155.6º 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 #0FE08B is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 139 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.12 |
| HSL | 155.6º | 0.87% | 0.47% | - |
| HSV(B) | 155.6º | 0.93% | 0.88% | - |
| XYZ | 31.51 | 55.28 | 33.43 | - |
| YUV | 151.82 | 120.76 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 139 | 0.93 | 0 | 0.38 | 0.12 | 155.6 | 0.87 | 0.47 |
| Hex | F | E0 | 8B | 5D | 0 | 26 | C | 9C | 57 | 2F |
| Octal | 17 | 340 | 213 | 135 | 0 | 46 | 14 | 234 | 127 | 57 |
| Binary | 1111 | 11100000 | 10001011 | 1011101 | 0 | 100110 | 1100 | 10011100 | 1010111 | 101111 |
Color Harmonies of #0FE08B
Complementary color
Monochromatic Colors of #0FE08B
Black with #0FE08B
Text Example
Text Example
White with #0FE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE08B; }
p { color: rgb(15,224,139); }
H1.HeaderClassName
{
color: #0FE08B;
}
.AnyTagClassName
{
color: #0FE08B;
}
</style>
background-color css
<style>
a { background-color: #0FE08B; }
a { background-color: rgb(15,224,139); }
div.DivClassName
{
background-color: #0FE08B;
}
.BgClassName
{
background-color: #0FE08B;
}
</style>
border-color css
<style>
span { border-color: #0FE08B; }
span { border-color: rgb(15,224,139); }
td.TdClassName
{
border-color: #0FE08B;
}
.TagClassName
{
border-color: #0FE08B;
}
</style>