Shades of Caribbean Green #0FC19A
Tints of Caribbean Green #0FC19A
RGB
CMYK
RGB Variations
Color information
#0FC19A (or 0x0FC19A) is known color: Caribbean Green. HEX triplet: 0F, C1 and 9A. RGB value is (15,193,154). Sum of RGB (Red+Green+Blue) = 15+193+154=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC19A is #F03E65. Grayscale: #878787. Windows color (decimal): -15744614 or 10141967. OLE color: 10141967.
HSL color Cylindrical-coordinate representation of color #0FC19A: hue angle of 166.85º 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 #0FC19A is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 154 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.24 |
| HSL | 166.85º | 0.86% | 0.41% | - |
| HSV(B) | 166.85º | 0.92% | 0.76% | - |
| XYZ | 25.1 | 40.57 | 37.08 | - |
| YUV | 135.33 | 138.53 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 154 | 0.92 | 0 | 0.20 | 0.24 | 166.85 | 0.86 | 0.41 |
| Hex | F | C1 | 9A | 5C | 0 | 14 | 18 | A7 | 56 | 29 |
| Octal | 17 | 301 | 232 | 134 | 0 | 24 | 30 | 247 | 126 | 51 |
| Binary | 1111 | 11000001 | 10011010 | 1011100 | 0 | 10100 | 11000 | 10100111 | 1010110 | 101001 |
Color Harmonies of #0FC19A
Complementary color
Monochromatic Colors of #0FC19A
Black with #0FC19A
Text Example
Text Example
White with #0FC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC19A; }
p { color: rgb(15,193,154); }
H1.HeaderClassName
{
color: #0FC19A;
}
.AnyTagClassName
{
color: #0FC19A;
}
</style>
background-color css
<style>
a { background-color: #0FC19A; }
a { background-color: rgb(15,193,154); }
div.DivClassName
{
background-color: #0FC19A;
}
.BgClassName
{
background-color: #0FC19A;
}
</style>
border-color css
<style>
span { border-color: #0FC19A; }
span { border-color: rgb(15,193,154); }
td.TdClassName
{
border-color: #0FC19A;
}
.TagClassName
{
border-color: #0FC19A;
}
</style>