Shades of Caribbean Green #0FC79A
Tints of Caribbean Green #0FC79A
RGB
CMYK
RGB Variations
Color information
#0FC79A (or 0x0FC79A) is known color: Caribbean Green. HEX triplet: 0F, C7 and 9A. RGB value is (15,199,154). Sum of RGB (Red+Green+Blue) = 15+199+154=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC79A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC79A is #F03865. Grayscale: #8A8A8A. Windows color (decimal): -15743078 or 10143503. OLE color: 10143503.
HSL color Cylindrical-coordinate representation of color #0FC79A: hue angle of 165.33º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC79A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 154 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.22 |
| HSL | 165.33º | 0.86% | 0.42% | - |
| HSV(B) | 165.33º | 0.92% | 0.78% | - |
| XYZ | 26.45 | 43.28 | 37.53 | - |
| YUV | 138.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 154 | 0.92 | 0 | 0.23 | 0.22 | 165.33 | 0.86 | 0.42 |
| Hex | F | C7 | 9A | 5C | 0 | 17 | 16 | A5 | 56 | 2A |
| Octal | 17 | 307 | 232 | 134 | 0 | 27 | 26 | 245 | 126 | 52 |
| Binary | 1111 | 11000111 | 10011010 | 1011100 | 0 | 10111 | 10110 | 10100101 | 1010110 | 101010 |
Color Harmonies of #0FC79A
Complementary color
Monochromatic Colors of #0FC79A
Black with #0FC79A
Text Example
Text Example
White with #0FC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC79A; }
p { color: rgb(15,199,154); }
H1.HeaderClassName
{
color: #0FC79A;
}
.AnyTagClassName
{
color: #0FC79A;
}
</style>
background-color css
<style>
a { background-color: #0FC79A; }
a { background-color: rgb(15,199,154); }
div.DivClassName
{
background-color: #0FC79A;
}
.BgClassName
{
background-color: #0FC79A;
}
</style>
border-color css
<style>
span { border-color: #0FC79A; }
span { border-color: rgb(15,199,154); }
td.TdClassName
{
border-color: #0FC79A;
}
.TagClassName
{
border-color: #0FC79A;
}
</style>