Shades of Caribbean Green #0FC28F
Tints of Caribbean Green #0FC28F
RGB
CMYK
RGB Variations
Color information
#0FC28F (or 0x0FC28F) is known color: Caribbean Green. HEX triplet: 0F, C2 and 8F. RGB value is (15,194,143). Sum of RGB (Red+Green+Blue) = 15+194+143=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC28F is #F03D70. Grayscale: #868686. Windows color (decimal): -15744369 or 9421327. OLE color: 9421327.
HSL color Cylindrical-coordinate representation of color #0FC28F: hue angle of 162.91º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC28F is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 143 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.24 |
| HSL | 162.91º | 0.86% | 0.41% | - |
| HSV(B) | 162.91º | 0.92% | 0.76% | - |
| XYZ | 24.45 | 40.67 | 32.55 | - |
| YUV | 134.67 | 132.7 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 143 | 0.92 | 0 | 0.26 | 0.24 | 162.91 | 0.86 | 0.41 |
| Hex | F | C2 | 8F | 5C | 0 | 1A | 18 | A3 | 56 | 29 |
| Octal | 17 | 302 | 217 | 134 | 0 | 32 | 30 | 243 | 126 | 51 |
| Binary | 1111 | 11000010 | 10001111 | 1011100 | 0 | 11010 | 11000 | 10100011 | 1010110 | 101001 |
Color Harmonies of #0FC28F
Complementary color
Monochromatic Colors of #0FC28F
Black with #0FC28F
Text Example
Text Example
White with #0FC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC28F; }
p { color: rgb(15,194,143); }
H1.HeaderClassName
{
color: #0FC28F;
}
.AnyTagClassName
{
color: #0FC28F;
}
</style>
background-color css
<style>
a { background-color: #0FC28F; }
a { background-color: rgb(15,194,143); }
div.DivClassName
{
background-color: #0FC28F;
}
.BgClassName
{
background-color: #0FC28F;
}
</style>
border-color css
<style>
span { border-color: #0FC28F; }
span { border-color: rgb(15,194,143); }
td.TdClassName
{
border-color: #0FC28F;
}
.TagClassName
{
border-color: #0FC28F;
}
</style>