Shades of Jade #10AC6B
Tints of Jade #10AC6B
RGB
CMYK
RGB Variations
Color information
#10AC6B (or 0x10AC6B) is known color: Jade. HEX triplet: 10, AC and 6B. RGB value is (16,172,107). Sum of RGB (Red+Green+Blue) = 16+172+107=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC6B is #EF5394. Grayscale: #767676. Windows color (decimal): -15684501 or 7056400. OLE color: 7056400.
HSL color Cylindrical-coordinate representation of color #10AC6B: hue angle of 155º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC6B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 107 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.33 |
| HSL | 155º | 0.83% | 0.37% | - |
| HSV(B) | 155º | 0.91% | 0.67% | - |
| XYZ | 17.62 | 30.68 | 18.9 | - |
| YUV | 117.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 107 | 0.91 | 0 | 0.38 | 0.33 | 155 | 0.83 | 0.37 |
| Hex | 10 | AC | 6B | 5B | 0 | 26 | 21 | 9B | 53 | 25 |
| Octal | 20 | 254 | 153 | 133 | 0 | 46 | 41 | 233 | 123 | 45 |
| Binary | 10000 | 10101100 | 1101011 | 1011011 | 0 | 100110 | 100001 | 10011011 | 1010011 | 100101 |
Color Harmonies of #10AC6B
Complementary color
Monochromatic Colors of #10AC6B
Black with #10AC6B
Text Example
Text Example
White with #10AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC6B; }
p { color: rgb(16,172,107); }
H1.HeaderClassName
{
color: #10AC6B;
}
.AnyTagClassName
{
color: #10AC6B;
}
</style>
background-color css
<style>
a { background-color: #10AC6B; }
a { background-color: rgb(16,172,107); }
div.DivClassName
{
background-color: #10AC6B;
}
.BgClassName
{
background-color: #10AC6B;
}
</style>
border-color css
<style>
span { border-color: #10AC6B; }
span { border-color: rgb(16,172,107); }
td.TdClassName
{
border-color: #10AC6B;
}
.TagClassName
{
border-color: #10AC6B;
}
</style>