Shades of Caribbean Green #0FCF97
Tints of Caribbean Green #0FCF97
RGB
CMYK
RGB Variations
Color information
#0FCF97 (or 0x0FCF97) is known color: Caribbean Green. HEX triplet: 0F, CF and 97. RGB value is (15,207,151). Sum of RGB (Red+Green+Blue) = 15+207+151=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF97 is #F03068. Grayscale: #8F8F8F. Windows color (decimal): -15741033 or 9948943. OLE color: 9948943.
HSL color Cylindrical-coordinate representation of color #0FCF97: hue angle of 162.5º 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 #0FCF97 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 151 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.19 |
| HSL | 162.5º | 0.86% | 0.44% | - |
| HSV(B) | 162.5º | 0.93% | 0.81% | - |
| XYZ | 28.1 | 46.96 | 36.86 | - |
| YUV | 143.21 | 132.39 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 151 | 0.93 | 0 | 0.27 | 0.19 | 162.5 | 0.86 | 0.44 |
| Hex | F | CF | 97 | 5D | 0 | 1B | 13 | A2 | 56 | 2C |
| Octal | 17 | 317 | 227 | 135 | 0 | 33 | 23 | 242 | 126 | 54 |
| Binary | 1111 | 11001111 | 10010111 | 1011101 | 0 | 11011 | 10011 | 10100010 | 1010110 | 101100 |
Color Harmonies of #0FCF97
Complementary color
Monochromatic Colors of #0FCF97
Black with #0FCF97
Text Example
Text Example
White with #0FCF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF97; }
p { color: rgb(15,207,151); }
H1.HeaderClassName
{
color: #0FCF97;
}
.AnyTagClassName
{
color: #0FCF97;
}
</style>
background-color css
<style>
a { background-color: #0FCF97; }
a { background-color: rgb(15,207,151); }
div.DivClassName
{
background-color: #0FCF97;
}
.BgClassName
{
background-color: #0FCF97;
}
</style>
border-color css
<style>
span { border-color: #0FCF97; }
span { border-color: rgb(15,207,151); }
td.TdClassName
{
border-color: #0FCF97;
}
.TagClassName
{
border-color: #0FCF97;
}
</style>