Shades of Caribbean Green #0FC59E
Tints of Caribbean Green #0FC59E
RGB
CMYK
RGB Variations
Color information
#0FC59E (or 0x0FC59E) is known color: Caribbean Green. HEX triplet: 0F, C5 and 9E. RGB value is (15,197,158). Sum of RGB (Red+Green+Blue) = 15+197+158=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC59E is #F03A61. Grayscale: #8A8A8A. Windows color (decimal): -15743586 or 10405135. OLE color: 10405135.
HSL color Cylindrical-coordinate representation of color #0FC59E: hue angle of 167.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC59E is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 158 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.23 |
| HSL | 167.14º | 0.86% | 0.42% | - |
| HSV(B) | 167.14º | 0.92% | 0.77% | - |
| XYZ | 26.33 | 42.5 | 39.16 | - |
| YUV | 138.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 158 | 0.92 | 0 | 0.20 | 0.23 | 167.14 | 0.86 | 0.42 |
| Hex | F | C5 | 9E | 5C | 0 | 14 | 17 | A7 | 56 | 2A |
| Octal | 17 | 305 | 236 | 134 | 0 | 24 | 27 | 247 | 126 | 52 |
| Binary | 1111 | 11000101 | 10011110 | 1011100 | 0 | 10100 | 10111 | 10100111 | 1010110 | 101010 |
Color Harmonies of #0FC59E
Complementary color
Monochromatic Colors of #0FC59E
Black with #0FC59E
Text Example
Text Example
White with #0FC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC59E; }
p { color: rgb(15,197,158); }
H1.HeaderClassName
{
color: #0FC59E;
}
.AnyTagClassName
{
color: #0FC59E;
}
</style>
background-color css
<style>
a { background-color: #0FC59E; }
a { background-color: rgb(15,197,158); }
div.DivClassName
{
background-color: #0FC59E;
}
.BgClassName
{
background-color: #0FC59E;
}
</style>
border-color css
<style>
span { border-color: #0FC59E; }
span { border-color: rgb(15,197,158); }
td.TdClassName
{
border-color: #0FC59E;
}
.TagClassName
{
border-color: #0FC59E;
}
</style>