Shades of Caribbean Green #0FD290
Tints of Caribbean Green #0FD290
RGB
CMYK
RGB Variations
Color information
#0FD290 (or 0x0FD290) is known color: Caribbean Green. HEX triplet: 0F, D2 and 90. RGB value is (15,210,144). Sum of RGB (Red+Green+Blue) = 15+210+144=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD290 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD290 is #F02D6F. Grayscale: #909090. Windows color (decimal): -15740272 or 9490959. OLE color: 9490959.
HSL color Cylindrical-coordinate representation of color #0FD290: hue angle of 159.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD290 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 144 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.18 |
| HSL | 159.69º | 0.87% | 0.44% | - |
| HSV(B) | 159.69º | 0.93% | 0.82% | - |
| XYZ | 28.28 | 48.21 | 34.2 | - |
| YUV | 144.17 | 127.9 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 144 | 0.93 | 0 | 0.31 | 0.18 | 159.69 | 0.87 | 0.44 |
| Hex | F | D2 | 90 | 5D | 0 | 1F | 12 | A0 | 57 | 2C |
| Octal | 17 | 322 | 220 | 135 | 0 | 37 | 22 | 240 | 127 | 54 |
| Binary | 1111 | 11010010 | 10010000 | 1011101 | 0 | 11111 | 10010 | 10100000 | 1010111 | 101100 |
Color Harmonies of #0FD290
Complementary color
Monochromatic Colors of #0FD290
Black with #0FD290
Text Example
Text Example
White with #0FD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD290; }
p { color: rgb(15,210,144); }
H1.HeaderClassName
{
color: #0FD290;
}
.AnyTagClassName
{
color: #0FD290;
}
</style>
background-color css
<style>
a { background-color: #0FD290; }
a { background-color: rgb(15,210,144); }
div.DivClassName
{
background-color: #0FD290;
}
.BgClassName
{
background-color: #0FD290;
}
</style>
border-color css
<style>
span { border-color: #0FD290; }
span { border-color: rgb(15,210,144); }
td.TdClassName
{
border-color: #0FD290;
}
.TagClassName
{
border-color: #0FD290;
}
</style>