Shades of Caribbean Green #0FCF90
Tints of Caribbean Green #0FCF90
RGB
CMYK
RGB Variations
Color information
#0FCF90 (or 0x0FCF90) is known color: Caribbean Green. HEX triplet: 0F, CF and 90. RGB value is (15,207,144). Sum of RGB (Red+Green+Blue) = 15+207+144=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF90 is #F0306F. Grayscale: #8E8E8E. Windows color (decimal): -15741040 or 9490191. OLE color: 9490191.
HSL color Cylindrical-coordinate representation of color #0FCF90: hue angle of 160.31º 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 #0FCF90 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 144 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.19 |
| HSL | 160.31º | 0.86% | 0.44% | - |
| HSV(B) | 160.31º | 0.93% | 0.81% | - |
| XYZ | 27.54 | 46.74 | 33.96 | - |
| YUV | 142.41 | 128.89 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 144 | 0.93 | 0 | 0.30 | 0.19 | 160.31 | 0.86 | 0.44 |
| Hex | F | CF | 90 | 5D | 0 | 1E | 13 | A0 | 56 | 2C |
| Octal | 17 | 317 | 220 | 135 | 0 | 36 | 23 | 240 | 126 | 54 |
| Binary | 1111 | 11001111 | 10010000 | 1011101 | 0 | 11110 | 10011 | 10100000 | 1010110 | 101100 |
Color Harmonies of #0FCF90
Complementary color
Monochromatic Colors of #0FCF90
Black with #0FCF90
Text Example
Text Example
White with #0FCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF90; }
p { color: rgb(15,207,144); }
H1.HeaderClassName
{
color: #0FCF90;
}
.AnyTagClassName
{
color: #0FCF90;
}
</style>
background-color css
<style>
a { background-color: #0FCF90; }
a { background-color: rgb(15,207,144); }
div.DivClassName
{
background-color: #0FCF90;
}
.BgClassName
{
background-color: #0FCF90;
}
</style>
border-color css
<style>
span { border-color: #0FCF90; }
span { border-color: rgb(15,207,144); }
td.TdClassName
{
border-color: #0FCF90;
}
.TagClassName
{
border-color: #0FCF90;
}
</style>