Shades of Caribbean Green #0FC09D
Tints of Caribbean Green #0FC09D
RGB
CMYK
RGB Variations
Color information
#0FC09D (or 0x0FC09D) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9D. RGB value is (15,192,157). Sum of RGB (Red+Green+Blue) = 15+192+157=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09D is #F03F62. Grayscale: #878787. Windows color (decimal): -15744867 or 10338319. OLE color: 10338319.
HSL color Cylindrical-coordinate representation of color #0FC09D: hue angle of 168.14º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC09D is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 157 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.25 |
| HSL | 168.14º | 0.86% | 0.41% | - |
| HSV(B) | 168.14º | 0.92% | 0.75% | - |
| XYZ | 25.13 | 40.24 | 38.34 | - |
| YUV | 135.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 157 | 0.92 | 0 | 0.18 | 0.25 | 168.14 | 0.86 | 0.41 |
| Hex | F | C0 | 9D | 5C | 0 | 12 | 19 | A8 | 56 | 29 |
| Octal | 17 | 300 | 235 | 134 | 0 | 22 | 31 | 250 | 126 | 51 |
| Binary | 1111 | 11000000 | 10011101 | 1011100 | 0 | 10010 | 11001 | 10101000 | 1010110 | 101001 |
Color Harmonies of #0FC09D
Complementary color
Monochromatic Colors of #0FC09D
Black with #0FC09D
Text Example
Text Example
White with #0FC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC09D; }
p { color: rgb(15,192,157); }
H1.HeaderClassName
{
color: #0FC09D;
}
.AnyTagClassName
{
color: #0FC09D;
}
</style>
background-color css
<style>
a { background-color: #0FC09D; }
a { background-color: rgb(15,192,157); }
div.DivClassName
{
background-color: #0FC09D;
}
.BgClassName
{
background-color: #0FC09D;
}
</style>
border-color css
<style>
span { border-color: #0FC09D; }
span { border-color: rgb(15,192,157); }
td.TdClassName
{
border-color: #0FC09D;
}
.TagClassName
{
border-color: #0FC09D;
}
</style>