Shades of Caribbean Green #0FDA8D
Tints of Caribbean Green #0FDA8D
RGB
CMYK
RGB Variations
Color information
#0FDA8D (or 0x0FDA8D) is known color: Caribbean Green. HEX triplet: 0F, DA and 8D. RGB value is (15,218,141). Sum of RGB (Red+Green+Blue) = 15+218+141=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA8D is #F02572. Grayscale: #949494. Windows color (decimal): -15738227 or 9296399. OLE color: 9296399.
HSL color Cylindrical-coordinate representation of color #0FDA8D: hue angle of 157.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA8D is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 141 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.15 |
| HSL | 157.24º | 0.87% | 0.46% | - |
| HSV(B) | 157.24º | 0.93% | 0.85% | - |
| XYZ | 30.08 | 52.17 | 33.68 | - |
| YUV | 148.53 | 123.75 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 141 | 0.93 | 0 | 0.35 | 0.15 | 157.24 | 0.87 | 0.46 |
| Hex | F | DA | 8D | 5D | 0 | 23 | F | 9D | 57 | 2E |
| Octal | 17 | 332 | 215 | 135 | 0 | 43 | 17 | 235 | 127 | 56 |
| Binary | 1111 | 11011010 | 10001101 | 1011101 | 0 | 100011 | 1111 | 10011101 | 1010111 | 101110 |
Color Harmonies of #0FDA8D
Complementary color
Monochromatic Colors of #0FDA8D
Black with #0FDA8D
Text Example
Text Example
White with #0FDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA8D; }
p { color: rgb(15,218,141); }
H1.HeaderClassName
{
color: #0FDA8D;
}
.AnyTagClassName
{
color: #0FDA8D;
}
</style>
background-color css
<style>
a { background-color: #0FDA8D; }
a { background-color: rgb(15,218,141); }
div.DivClassName
{
background-color: #0FDA8D;
}
.BgClassName
{
background-color: #0FDA8D;
}
</style>
border-color css
<style>
span { border-color: #0FDA8D; }
span { border-color: rgb(15,218,141); }
td.TdClassName
{
border-color: #0FDA8D;
}
.TagClassName
{
border-color: #0FDA8D;
}
</style>