Shades of Jade #10B36C
Tints of Jade #10B36C
RGB
CMYK
RGB Variations
Color information
#10B36C (or 0x10B36C) is known color: Jade. HEX triplet: 10, B3 and 6C. RGB value is (16,179,108). Sum of RGB (Red+Green+Blue) = 16+179+108=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #10B36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B36C is #EF4C93. Grayscale: #7A7A7A. Windows color (decimal): -15682708 or 7123728. OLE color: 7123728.
HSL color Cylindrical-coordinate representation of color #10B36C: hue angle of 153.87º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B36C is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 108 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.30 |
| HSL | 153.87º | 0.84% | 0.38% | - |
| HSV(B) | 153.87º | 0.91% | 0.7% | - |
| XYZ | 19.04 | 33.43 | 19.64 | - |
| YUV | 122.17 | 120 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 108 | 0.91 | 0 | 0.40 | 0.30 | 153.87 | 0.84 | 0.38 |
| Hex | 10 | B3 | 6C | 5B | 0 | 28 | 1E | 9A | 54 | 26 |
| Octal | 20 | 263 | 154 | 133 | 0 | 50 | 36 | 232 | 124 | 46 |
| Binary | 10000 | 10110011 | 1101100 | 1011011 | 0 | 101000 | 11110 | 10011010 | 1010100 | 100110 |
Color Harmonies of #10B36C
Complementary color
Monochromatic Colors of #10B36C
Black with #10B36C
Text Example
Text Example
White with #10B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B36C; }
p { color: rgb(16,179,108); }
H1.HeaderClassName
{
color: #10B36C;
}
.AnyTagClassName
{
color: #10B36C;
}
</style>
background-color css
<style>
a { background-color: #10B36C; }
a { background-color: rgb(16,179,108); }
div.DivClassName
{
background-color: #10B36C;
}
.BgClassName
{
background-color: #10B36C;
}
</style>
border-color css
<style>
span { border-color: #10B36C; }
span { border-color: rgb(16,179,108); }
td.TdClassName
{
border-color: #10B36C;
}
.TagClassName
{
border-color: #10B36C;
}
</style>