Shades of Caribbean Green #0FDF9E
Tints of Caribbean Green #0FDF9E
RGB
CMYK
RGB Variations
Color information
#0FDF9E (or 0x0FDF9E) is known color: Caribbean Green. HEX triplet: 0F, DF and 9E. RGB value is (15,223,158). Sum of RGB (Red+Green+Blue) = 15+223+158=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDF9E is #F02061. Grayscale: #999999. Windows color (decimal): -15736930 or 10411791. OLE color: 10411791.
HSL color Cylindrical-coordinate representation of color #0FDF9E: hue angle of 161.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF9E is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 158 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.13 |
| HSL | 161.25º | 0.87% | 0.47% | - |
| HSV(B) | 161.25º | 0.93% | 0.87% | - |
| XYZ | 32.76 | 55.35 | 41.3 | - |
| YUV | 153.4 | 130.59 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 158 | 0.93 | 0 | 0.29 | 0.13 | 161.25 | 0.87 | 0.47 |
| Hex | F | DF | 9E | 5D | 0 | 1D | D | A1 | 57 | 2F |
| Octal | 17 | 337 | 236 | 135 | 0 | 35 | 15 | 241 | 127 | 57 |
| Binary | 1111 | 11011111 | 10011110 | 1011101 | 0 | 11101 | 1101 | 10100001 | 1010111 | 101111 |
Color Harmonies of #0FDF9E
Complementary color
Monochromatic Colors of #0FDF9E
Black with #0FDF9E
Text Example
Text Example
White with #0FDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF9E; }
p { color: rgb(15,223,158); }
H1.HeaderClassName
{
color: #0FDF9E;
}
.AnyTagClassName
{
color: #0FDF9E;
}
</style>
background-color css
<style>
a { background-color: #0FDF9E; }
a { background-color: rgb(15,223,158); }
div.DivClassName
{
background-color: #0FDF9E;
}
.BgClassName
{
background-color: #0FDF9E;
}
</style>
border-color css
<style>
span { border-color: #0FDF9E; }
span { border-color: rgb(15,223,158); }
td.TdClassName
{
border-color: #0FDF9E;
}
.TagClassName
{
border-color: #0FDF9E;
}
</style>