Shades of Caribbean Green #0FCF89
Tints of Caribbean Green #0FCF89
RGB
CMYK
RGB Variations
Color information
#0FCF89 (or 0x0FCF89) is known color: Caribbean Green. HEX triplet: 0F, CF and 89. RGB value is (15,207,137). Sum of RGB (Red+Green+Blue) = 15+207+137=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF89 is #F03076. Grayscale: #8D8D8D. Windows color (decimal): -15741047 or 9031439. OLE color: 9031439.
HSL color Cylindrical-coordinate representation of color #0FCF89: hue angle of 158.12º 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 #0FCF89 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 137 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.19 |
| HSL | 158.13º | 0.86% | 0.44% | - |
| HSV(B) | 158.13º | 0.93% | 0.81% | - |
| XYZ | 27.03 | 46.53 | 31.22 | - |
| YUV | 141.61 | 125.39 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 137 | 0.93 | 0 | 0.34 | 0.19 | 158.13 | 0.86 | 0.44 |
| Hex | F | CF | 89 | 5D | 0 | 22 | 13 | 9E | 56 | 2C |
| Octal | 17 | 317 | 211 | 135 | 0 | 42 | 23 | 236 | 126 | 54 |
| Binary | 1111 | 11001111 | 10001001 | 1011101 | 0 | 100010 | 10011 | 10011110 | 1010110 | 101100 |
Color Harmonies of #0FCF89
Complementary color
Monochromatic Colors of #0FCF89
Black with #0FCF89
Text Example
Text Example
White with #0FCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF89; }
p { color: rgb(15,207,137); }
H1.HeaderClassName
{
color: #0FCF89;
}
.AnyTagClassName
{
color: #0FCF89;
}
</style>
background-color css
<style>
a { background-color: #0FCF89; }
a { background-color: rgb(15,207,137); }
div.DivClassName
{
background-color: #0FCF89;
}
.BgClassName
{
background-color: #0FCF89;
}
</style>
border-color css
<style>
span { border-color: #0FCF89; }
span { border-color: rgb(15,207,137); }
td.TdClassName
{
border-color: #0FCF89;
}
.TagClassName
{
border-color: #0FCF89;
}
</style>