Shades of Caribbean Green #0FD593
Tints of Caribbean Green #0FD593
RGB
CMYK
RGB Variations
Color information
#0FD593 (or 0x0FD593) is known color: Caribbean Green. HEX triplet: 0F, D5 and 93. RGB value is (15,213,147). Sum of RGB (Red+Green+Blue) = 15+213+147=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD593 is #F02A6C. Grayscale: #929292. Windows color (decimal): -15739501 or 9688335. OLE color: 9688335.
HSL color Cylindrical-coordinate representation of color #0FD593: hue angle of 160º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD593 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 147 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.16 |
| HSL | 160º | 0.87% | 0.45% | - |
| HSV(B) | 160º | 0.93% | 0.84% | - |
| XYZ | 29.26 | 49.8 | 35.67 | - |
| YUV | 146.27 | 128.4 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 147 | 0.93 | 0 | 0.31 | 0.16 | 160 | 0.87 | 0.45 |
| Hex | F | D5 | 93 | 5D | 0 | 1F | 10 | A0 | 57 | 2D |
| Octal | 17 | 325 | 223 | 135 | 0 | 37 | 20 | 240 | 127 | 55 |
| Binary | 1111 | 11010101 | 10010011 | 1011101 | 0 | 11111 | 10000 | 10100000 | 1010111 | 101101 |
Color Harmonies of #0FD593
Complementary color
Monochromatic Colors of #0FD593
Black with #0FD593
Text Example
Text Example
White with #0FD593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD593; }
p { color: rgb(15,213,147); }
H1.HeaderClassName
{
color: #0FD593;
}
.AnyTagClassName
{
color: #0FD593;
}
</style>
background-color css
<style>
a { background-color: #0FD593; }
a { background-color: rgb(15,213,147); }
div.DivClassName
{
background-color: #0FD593;
}
.BgClassName
{
background-color: #0FD593;
}
</style>
border-color css
<style>
span { border-color: #0FD593; }
span { border-color: rgb(15,213,147); }
td.TdClassName
{
border-color: #0FD593;
}
.TagClassName
{
border-color: #0FD593;
}
</style>