Shades of Caribbean Green #0FCF8E
Tints of Caribbean Green #0FCF8E
RGB
CMYK
RGB Variations
Color information
#0FCF8E (or 0x0FCF8E) is known color: Caribbean Green. HEX triplet: 0F, CF and 8E. RGB value is (15,207,142). Sum of RGB (Red+Green+Blue) = 15+207+142=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF8E is #F03071. Grayscale: #8E8E8E. Windows color (decimal): -15741042 or 9359119. OLE color: 9359119.
HSL color Cylindrical-coordinate representation of color #0FCF8E: hue angle of 159.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF8E is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 142 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.19 |
| HSL | 159.69º | 0.86% | 0.44% | - |
| HSV(B) | 159.69º | 0.93% | 0.81% | - |
| XYZ | 27.39 | 46.68 | 33.16 | - |
| YUV | 142.18 | 127.89 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 142 | 0.93 | 0 | 0.31 | 0.19 | 159.69 | 0.86 | 0.44 |
| Hex | F | CF | 8E | 5D | 0 | 1F | 13 | A0 | 56 | 2C |
| Octal | 17 | 317 | 216 | 135 | 0 | 37 | 23 | 240 | 126 | 54 |
| Binary | 1111 | 11001111 | 10001110 | 1011101 | 0 | 11111 | 10011 | 10100000 | 1010110 | 101100 |
Color Harmonies of #0FCF8E
Complementary color
Monochromatic Colors of #0FCF8E
Black with #0FCF8E
Text Example
Text Example
White with #0FCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF8E; }
p { color: rgb(15,207,142); }
H1.HeaderClassName
{
color: #0FCF8E;
}
.AnyTagClassName
{
color: #0FCF8E;
}
</style>
background-color css
<style>
a { background-color: #0FCF8E; }
a { background-color: rgb(15,207,142); }
div.DivClassName
{
background-color: #0FCF8E;
}
.BgClassName
{
background-color: #0FCF8E;
}
</style>
border-color css
<style>
span { border-color: #0FCF8E; }
span { border-color: rgb(15,207,142); }
td.TdClassName
{
border-color: #0FCF8E;
}
.TagClassName
{
border-color: #0FCF8E;
}
</style>