Shades of Caribbean Green #0FDA9A
Tints of Caribbean Green #0FDA9A
RGB
CMYK
RGB Variations
Color information
#0FDA9A (or 0x0FDA9A) is known color: Caribbean Green. HEX triplet: 0F, DA and 9A. RGB value is (15,218,154). Sum of RGB (Red+Green+Blue) = 15+218+154=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA9A is #F02565. Grayscale: #969696. Windows color (decimal): -15738214 or 10148367. OLE color: 10148367.
HSL color Cylindrical-coordinate representation of color #0FDA9A: hue angle of 161.08º 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 #0FDA9A is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 154 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.15 |
| HSL | 161.08º | 0.87% | 0.46% | - |
| HSV(B) | 161.08º | 0.93% | 0.85% | - |
| XYZ | 31.1 | 52.58 | 39.08 | - |
| YUV | 150.01 | 130.25 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 154 | 0.93 | 0 | 0.29 | 0.15 | 161.08 | 0.87 | 0.46 |
| Hex | F | DA | 9A | 5D | 0 | 1D | F | A1 | 57 | 2E |
| Octal | 17 | 332 | 232 | 135 | 0 | 35 | 17 | 241 | 127 | 56 |
| Binary | 1111 | 11011010 | 10011010 | 1011101 | 0 | 11101 | 1111 | 10100001 | 1010111 | 101110 |
Color Harmonies of #0FDA9A
Complementary color
Monochromatic Colors of #0FDA9A
Black with #0FDA9A
Text Example
Text Example
White with #0FDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA9A; }
p { color: rgb(15,218,154); }
H1.HeaderClassName
{
color: #0FDA9A;
}
.AnyTagClassName
{
color: #0FDA9A;
}
</style>
background-color css
<style>
a { background-color: #0FDA9A; }
a { background-color: rgb(15,218,154); }
div.DivClassName
{
background-color: #0FDA9A;
}
.BgClassName
{
background-color: #0FDA9A;
}
</style>
border-color css
<style>
span { border-color: #0FDA9A; }
span { border-color: rgb(15,218,154); }
td.TdClassName
{
border-color: #0FDA9A;
}
.TagClassName
{
border-color: #0FDA9A;
}
</style>