Shades of Caribbean Green #0FD68E
Tints of Caribbean Green #0FD68E
RGB
CMYK
RGB Variations
Color information
#0FD68E (or 0x0FD68E) is known color: Caribbean Green. HEX triplet: 0F, D6 and 8E. RGB value is (15,214,142). Sum of RGB (Red+Green+Blue) = 15+214+142=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD68E is #F02971. Grayscale: #929292. Windows color (decimal): -15739250 or 9360911. OLE color: 9360911.
HSL color Cylindrical-coordinate representation of color #0FD68E: hue angle of 158.29º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD68E is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 142 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.16 |
| HSL | 158.29º | 0.87% | 0.45% | - |
| HSV(B) | 158.29º | 0.93% | 0.84% | - |
| XYZ | 29.13 | 50.15 | 33.74 | - |
| YUV | 146.29 | 125.57 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 142 | 0.93 | 0 | 0.34 | 0.16 | 158.29 | 0.87 | 0.45 |
| Hex | F | D6 | 8E | 5D | 0 | 22 | 10 | 9E | 57 | 2D |
| Octal | 17 | 326 | 216 | 135 | 0 | 42 | 20 | 236 | 127 | 55 |
| Binary | 1111 | 11010110 | 10001110 | 1011101 | 0 | 100010 | 10000 | 10011110 | 1010111 | 101101 |
Color Harmonies of #0FD68E
Complementary color
Monochromatic Colors of #0FD68E
Black with #0FD68E
Text Example
Text Example
White with #0FD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD68E; }
p { color: rgb(15,214,142); }
H1.HeaderClassName
{
color: #0FD68E;
}
.AnyTagClassName
{
color: #0FD68E;
}
</style>
background-color css
<style>
a { background-color: #0FD68E; }
a { background-color: rgb(15,214,142); }
div.DivClassName
{
background-color: #0FD68E;
}
.BgClassName
{
background-color: #0FD68E;
}
</style>
border-color css
<style>
span { border-color: #0FD68E; }
span { border-color: rgb(15,214,142); }
td.TdClassName
{
border-color: #0FD68E;
}
.TagClassName
{
border-color: #0FD68E;
}
</style>