Shades of Caribbean Green #0FD59D
Tints of Caribbean Green #0FD59D
RGB
CMYK
RGB Variations
Color information
#0FD59D (or 0x0FD59D) is known color: Caribbean Green. HEX triplet: 0F, D5 and 9D. RGB value is (15,213,157). Sum of RGB (Red+Green+Blue) = 15+213+157=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD59D is #F02A62. Grayscale: #939393. Windows color (decimal): -15739491 or 10343695. OLE color: 10343695.
HSL color Cylindrical-coordinate representation of color #0FD59D: hue angle of 163.03º 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 #0FD59D is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 157 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.16 |
| HSL | 163.03º | 0.87% | 0.45% | - |
| HSV(B) | 163.03º | 0.93% | 0.84% | - |
| XYZ | 30.08 | 50.12 | 39.99 | - |
| YUV | 147.41 | 133.4 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 157 | 0.93 | 0 | 0.26 | 0.16 | 163.03 | 0.87 | 0.45 |
| Hex | F | D5 | 9D | 5D | 0 | 1A | 10 | A3 | 57 | 2D |
| Octal | 17 | 325 | 235 | 135 | 0 | 32 | 20 | 243 | 127 | 55 |
| Binary | 1111 | 11010101 | 10011101 | 1011101 | 0 | 11010 | 10000 | 10100011 | 1010111 | 101101 |
Color Harmonies of #0FD59D
Complementary color
Monochromatic Colors of #0FD59D
Black with #0FD59D
Text Example
Text Example
White with #0FD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD59D; }
p { color: rgb(15,213,157); }
H1.HeaderClassName
{
color: #0FD59D;
}
.AnyTagClassName
{
color: #0FD59D;
}
</style>
background-color css
<style>
a { background-color: #0FD59D; }
a { background-color: rgb(15,213,157); }
div.DivClassName
{
background-color: #0FD59D;
}
.BgClassName
{
background-color: #0FD59D;
}
</style>
border-color css
<style>
span { border-color: #0FD59D; }
span { border-color: rgb(15,213,157); }
td.TdClassName
{
border-color: #0FD59D;
}
.TagClassName
{
border-color: #0FD59D;
}
</style>