Shades of Caribbean Green #0FDD8C
Tints of Caribbean Green #0FDD8C
RGB
CMYK
RGB Variations
Color information
#0FDD8C (or 0x0FDD8C) is known color: Caribbean Green. HEX triplet: 0F, DD and 8C. RGB value is (15,221,140). Sum of RGB (Red+Green+Blue) = 15+221+140=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD8C is #F02273. Grayscale: #969696. Windows color (decimal): -15737460 or 9231631. OLE color: 9231631.
HSL color Cylindrical-coordinate representation of color #0FDD8C: hue angle of 156.41º 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 #0FDD8C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 140 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.13 |
| HSL | 156.41º | 0.87% | 0.46% | - |
| HSV(B) | 156.41º | 0.93% | 0.87% | - |
| XYZ | 30.79 | 53.71 | 33.55 | - |
| YUV | 150.17 | 122.25 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 140 | 0.93 | 0 | 0.37 | 0.13 | 156.41 | 0.87 | 0.46 |
| Hex | F | DD | 8C | 5D | 0 | 25 | D | 9C | 57 | 2E |
| Octal | 17 | 335 | 214 | 135 | 0 | 45 | 15 | 234 | 127 | 56 |
| Binary | 1111 | 11011101 | 10001100 | 1011101 | 0 | 100101 | 1101 | 10011100 | 1010111 | 101110 |
Color Harmonies of #0FDD8C
Complementary color
Monochromatic Colors of #0FDD8C
Black with #0FDD8C
Text Example
Text Example
White with #0FDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD8C; }
p { color: rgb(15,221,140); }
H1.HeaderClassName
{
color: #0FDD8C;
}
.AnyTagClassName
{
color: #0FDD8C;
}
</style>
background-color css
<style>
a { background-color: #0FDD8C; }
a { background-color: rgb(15,221,140); }
div.DivClassName
{
background-color: #0FDD8C;
}
.BgClassName
{
background-color: #0FDD8C;
}
</style>
border-color css
<style>
span { border-color: #0FDD8C; }
span { border-color: rgb(15,221,140); }
td.TdClassName
{
border-color: #0FDD8C;
}
.TagClassName
{
border-color: #0FDD8C;
}
</style>