Shades of Caribbean Green #0FC88A
Tints of Caribbean Green #0FC88A
RGB
CMYK
RGB Variations
Color information
#0FC88A (or 0x0FC88A) is known color: Caribbean Green. HEX triplet: 0F, C8 and 8A. RGB value is (15,200,138). Sum of RGB (Red+Green+Blue) = 15+200+138=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC88A is #F03775. Grayscale: #898989. Windows color (decimal): -15742838 or 9095183. OLE color: 9095183.
HSL color Cylindrical-coordinate representation of color #0FC88A: hue angle of 159.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC88A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 138 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.22 |
| HSL | 159.89º | 0.86% | 0.42% | - |
| HSV(B) | 159.89º | 0.93% | 0.78% | - |
| XYZ | 25.44 | 43.25 | 31.05 | - |
| YUV | 137.62 | 128.21 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 138 | 0.92 | 0 | 0.31 | 0.22 | 159.89 | 0.86 | 0.42 |
| Hex | F | C8 | 8A | 5C | 0 | 1F | 16 | A0 | 56 | 2A |
| Octal | 17 | 310 | 212 | 134 | 0 | 37 | 26 | 240 | 126 | 52 |
| Binary | 1111 | 11001000 | 10001010 | 1011100 | 0 | 11111 | 10110 | 10100000 | 1010110 | 101010 |
Color Harmonies of #0FC88A
Complementary color
Monochromatic Colors of #0FC88A
Black with #0FC88A
Text Example
Text Example
White with #0FC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC88A; }
p { color: rgb(15,200,138); }
H1.HeaderClassName
{
color: #0FC88A;
}
.AnyTagClassName
{
color: #0FC88A;
}
</style>
background-color css
<style>
a { background-color: #0FC88A; }
a { background-color: rgb(15,200,138); }
div.DivClassName
{
background-color: #0FC88A;
}
.BgClassName
{
background-color: #0FC88A;
}
</style>
border-color css
<style>
span { border-color: #0FC88A; }
span { border-color: rgb(15,200,138); }
td.TdClassName
{
border-color: #0FC88A;
}
.TagClassName
{
border-color: #0FC88A;
}
</style>