Shades of Caribbean Green #0FC98F
Tints of Caribbean Green #0FC98F
RGB
CMYK
RGB Variations
Color information
#0FC98F (or 0x0FC98F) is known color: Caribbean Green. HEX triplet: 0F, C9 and 8F. RGB value is (15,201,143). Sum of RGB (Red+Green+Blue) = 15+201+143=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC98F is #F03670. Grayscale: #8A8A8A. Windows color (decimal): -15742577 or 9423119. OLE color: 9423119.
HSL color Cylindrical-coordinate representation of color #0FC98F: hue angle of 161.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC98F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 143 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.21 |
| HSL | 161.29º | 0.86% | 0.42% | - |
| HSV(B) | 161.29º | 0.93% | 0.79% | - |
| XYZ | 26.04 | 43.86 | 33.08 | - |
| YUV | 138.77 | 130.38 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 143 | 0.93 | 0 | 0.29 | 0.21 | 161.29 | 0.86 | 0.42 |
| Hex | F | C9 | 8F | 5D | 0 | 1D | 15 | A1 | 56 | 2A |
| Octal | 17 | 311 | 217 | 135 | 0 | 35 | 25 | 241 | 126 | 52 |
| Binary | 1111 | 11001001 | 10001111 | 1011101 | 0 | 11101 | 10101 | 10100001 | 1010110 | 101010 |
Color Harmonies of #0FC98F
Complementary color
Monochromatic Colors of #0FC98F
Black with #0FC98F
Text Example
Text Example
White with #0FC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC98F; }
p { color: rgb(15,201,143); }
H1.HeaderClassName
{
color: #0FC98F;
}
.AnyTagClassName
{
color: #0FC98F;
}
</style>
background-color css
<style>
a { background-color: #0FC98F; }
a { background-color: rgb(15,201,143); }
div.DivClassName
{
background-color: #0FC98F;
}
.BgClassName
{
background-color: #0FC98F;
}
</style>
border-color css
<style>
span { border-color: #0FC98F; }
span { border-color: rgb(15,201,143); }
td.TdClassName
{
border-color: #0FC98F;
}
.TagClassName
{
border-color: #0FC98F;
}
</style>