Shades of Caribbean Green #0FCD8E
Tints of Caribbean Green #0FCD8E
RGB
CMYK
RGB Variations
Color information
#0FCD8E (or 0x0FCD8E) is known color: Caribbean Green. HEX triplet: 0F, CD and 8E. RGB value is (15,205,142). Sum of RGB (Red+Green+Blue) = 15+205+142=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCD8E is #F03271. Grayscale: #8D8D8D. Windows color (decimal): -15741554 or 9358607. OLE color: 9358607.
HSL color Cylindrical-coordinate representation of color #0FCD8E: hue angle of 160.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD8E is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 142 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.20 |
| HSL | 160.11º | 0.86% | 0.43% | - |
| HSV(B) | 160.11º | 0.93% | 0.8% | - |
| XYZ | 26.91 | 45.72 | 33 | - |
| YUV | 141.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 142 | 0.93 | 0 | 0.31 | 0.20 | 160.11 | 0.86 | 0.43 |
| Hex | F | CD | 8E | 5D | 0 | 1F | 14 | A0 | 56 | 2B |
| Octal | 17 | 315 | 216 | 135 | 0 | 37 | 24 | 240 | 126 | 53 |
| Binary | 1111 | 11001101 | 10001110 | 1011101 | 0 | 11111 | 10100 | 10100000 | 1010110 | 101011 |
Color Harmonies of #0FCD8E
Complementary color
Monochromatic Colors of #0FCD8E
Black with #0FCD8E
Text Example
Text Example
White with #0FCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD8E; }
p { color: rgb(15,205,142); }
H1.HeaderClassName
{
color: #0FCD8E;
}
.AnyTagClassName
{
color: #0FCD8E;
}
</style>
background-color css
<style>
a { background-color: #0FCD8E; }
a { background-color: rgb(15,205,142); }
div.DivClassName
{
background-color: #0FCD8E;
}
.BgClassName
{
background-color: #0FCD8E;
}
</style>
border-color css
<style>
span { border-color: #0FCD8E; }
span { border-color: rgb(15,205,142); }
td.TdClassName
{
border-color: #0FCD8E;
}
.TagClassName
{
border-color: #0FCD8E;
}
</style>