Shades of Caribbean Green #0FDD9E
Tints of Caribbean Green #0FDD9E
RGB
CMYK
RGB Variations
Color information
#0FDD9E (or 0x0FDD9E) is known color: Caribbean Green. HEX triplet: 0F, DD and 9E. RGB value is (15,221,158). Sum of RGB (Red+Green+Blue) = 15+221+158=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD9E is #F02261. Grayscale: #989898. Windows color (decimal): -15737442 or 10411279. OLE color: 10411279.
HSL color Cylindrical-coordinate representation of color #0FDD9E: hue angle of 161.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD9E is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 158 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.13 |
| HSL | 161.65º | 0.87% | 0.46% | - |
| HSV(B) | 161.65º | 0.93% | 0.87% | - |
| XYZ | 32.23 | 54.28 | 41.13 | - |
| YUV | 152.22 | 131.25 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 158 | 0.93 | 0 | 0.29 | 0.13 | 161.65 | 0.87 | 0.46 |
| Hex | F | DD | 9E | 5D | 0 | 1D | D | A2 | 57 | 2E |
| Octal | 17 | 335 | 236 | 135 | 0 | 35 | 15 | 242 | 127 | 56 |
| Binary | 1111 | 11011101 | 10011110 | 1011101 | 0 | 11101 | 1101 | 10100010 | 1010111 | 101110 |
Color Harmonies of #0FDD9E
Complementary color
Monochromatic Colors of #0FDD9E
Black with #0FDD9E
Text Example
Text Example
White with #0FDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD9E; }
p { color: rgb(15,221,158); }
H1.HeaderClassName
{
color: #0FDD9E;
}
.AnyTagClassName
{
color: #0FDD9E;
}
</style>
background-color css
<style>
a { background-color: #0FDD9E; }
a { background-color: rgb(15,221,158); }
div.DivClassName
{
background-color: #0FDD9E;
}
.BgClassName
{
background-color: #0FDD9E;
}
</style>
border-color css
<style>
span { border-color: #0FDD9E; }
span { border-color: rgb(15,221,158); }
td.TdClassName
{
border-color: #0FDD9E;
}
.TagClassName
{
border-color: #0FDD9E;
}
</style>