Shades of Caribbean Green #0FC295
Tints of Caribbean Green #0FC295
RGB
CMYK
RGB Variations
Color information
#0FC295 (or 0x0FC295) is known color: Caribbean Green. HEX triplet: 0F, C2 and 95. RGB value is (15,194,149). Sum of RGB (Red+Green+Blue) = 15+194+149=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC295 is #F03D6A. Grayscale: #878787. Windows color (decimal): -15744363 or 9814543. OLE color: 9814543.
HSL color Cylindrical-coordinate representation of color #0FC295: hue angle of 164.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC295 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 149 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.24 |
| HSL | 164.92º | 0.86% | 0.41% | - |
| HSV(B) | 164.92º | 0.92% | 0.76% | - |
| XYZ | 24.91 | 40.86 | 35.01 | - |
| YUV | 135.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 149 | 0.92 | 0 | 0.23 | 0.24 | 164.92 | 0.86 | 0.41 |
| Hex | F | C2 | 95 | 5C | 0 | 17 | 18 | A5 | 56 | 29 |
| Octal | 17 | 302 | 225 | 134 | 0 | 27 | 30 | 245 | 126 | 51 |
| Binary | 1111 | 11000010 | 10010101 | 1011100 | 0 | 10111 | 11000 | 10100101 | 1010110 | 101001 |
Color Harmonies of #0FC295
Complementary color
Monochromatic Colors of #0FC295
Black with #0FC295
Text Example
Text Example
White with #0FC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC295; }
p { color: rgb(15,194,149); }
H1.HeaderClassName
{
color: #0FC295;
}
.AnyTagClassName
{
color: #0FC295;
}
</style>
background-color css
<style>
a { background-color: #0FC295; }
a { background-color: rgb(15,194,149); }
div.DivClassName
{
background-color: #0FC295;
}
.BgClassName
{
background-color: #0FC295;
}
</style>
border-color css
<style>
span { border-color: #0FC295; }
span { border-color: rgb(15,194,149); }
td.TdClassName
{
border-color: #0FC295;
}
.TagClassName
{
border-color: #0FC295;
}
</style>