Shades of Jade #0FC164
Tints of Jade #0FC164
RGB
CMYK
RGB Variations
Color information
#0FC164 (or 0x0FC164) is known color: Jade. HEX triplet: 0F, C1 and 64. RGB value is (15,193,100). Sum of RGB (Red+Green+Blue) = 15+193+100=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC164 is #F03E9B. Grayscale: #818181. Windows color (decimal): -15744668 or 6603023. OLE color: 6603023.
HSL color Cylindrical-coordinate representation of color #0FC164: hue angle of 148.65º 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 #0FC164 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 100 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.24 |
| HSL | 148.65º | 0.86% | 0.41% | - |
| HSV(B) | 148.65º | 0.92% | 0.76% | - |
| XYZ | 21.57 | 39.16 | 18.48 | - |
| YUV | 129.18 | 111.53 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 100 | 0.92 | 0 | 0.48 | 0.24 | 148.65 | 0.86 | 0.41 |
| Hex | F | C1 | 64 | 5C | 0 | 30 | 18 | 95 | 56 | 29 |
| Octal | 17 | 301 | 144 | 134 | 0 | 60 | 30 | 225 | 126 | 51 |
| Binary | 1111 | 11000001 | 1100100 | 1011100 | 0 | 110000 | 11000 | 10010101 | 1010110 | 101001 |
Color Harmonies of #0FC164
Complementary color
Monochromatic Colors of #0FC164
Black with #0FC164
Text Example
Text Example
White with #0FC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC164; }
p { color: rgb(15,193,100); }
H1.HeaderClassName
{
color: #0FC164;
}
.AnyTagClassName
{
color: #0FC164;
}
</style>
background-color css
<style>
a { background-color: #0FC164; }
a { background-color: rgb(15,193,100); }
div.DivClassName
{
background-color: #0FC164;
}
.BgClassName
{
background-color: #0FC164;
}
</style>
border-color css
<style>
span { border-color: #0FC164; }
span { border-color: rgb(15,193,100); }
td.TdClassName
{
border-color: #0FC164;
}
.TagClassName
{
border-color: #0FC164;
}
</style>