Shades of Jade #10C06F
Tints of Jade #10C06F
RGB
CMYK
RGB Variations
Color information
#10C06F (or 0x10C06F) is known color: Jade. HEX triplet: 10, C0 and 6F. RGB value is (16,192,111). Sum of RGB (Red+Green+Blue) = 16+192+111=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #10C06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C06F is #EF3F90. Grayscale: #828282. Windows color (decimal): -15679377 or 7323664. OLE color: 7323664.
HSL color Cylindrical-coordinate representation of color #10C06F: hue angle of 152.39º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C06F is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 111 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.25 |
| HSL | 152.39º | 0.85% | 0.41% | - |
| HSV(B) | 152.39º | 0.92% | 0.75% | - |
| XYZ | 21.93 | 38.96 | 21.4 | - |
| YUV | 130.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 111 | 0.92 | 0 | 0.42 | 0.25 | 152.39 | 0.85 | 0.41 |
| Hex | 10 | C0 | 6F | 5C | 0 | 2A | 19 | 98 | 55 | 29 |
| Octal | 20 | 300 | 157 | 134 | 0 | 52 | 31 | 230 | 125 | 51 |
| Binary | 10000 | 11000000 | 1101111 | 1011100 | 0 | 101010 | 11001 | 10011000 | 1010101 | 101001 |
Color Harmonies of #10C06F
Complementary color
Monochromatic Colors of #10C06F
Black with #10C06F
Text Example
Text Example
White with #10C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C06F; }
p { color: rgb(16,192,111); }
H1.HeaderClassName
{
color: #10C06F;
}
.AnyTagClassName
{
color: #10C06F;
}
</style>
background-color css
<style>
a { background-color: #10C06F; }
a { background-color: rgb(16,192,111); }
div.DivClassName
{
background-color: #10C06F;
}
.BgClassName
{
background-color: #10C06F;
}
</style>
border-color css
<style>
span { border-color: #10C06F; }
span { border-color: rgb(16,192,111); }
td.TdClassName
{
border-color: #10C06F;
}
.TagClassName
{
border-color: #10C06F;
}
</style>