Shades of Jade #10A56E
Tints of Jade #10A56E
RGB
CMYK
RGB Variations
Color information
#10A56E (or 0x10A56E) is known color: Jade. HEX triplet: 10, A5 and 6E. RGB value is (16,165,110). Sum of RGB (Red+Green+Blue) = 16+165+110=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #10A56E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A56E is #EF5A91. Grayscale: #727272. Windows color (decimal): -15686290 or 7251216. OLE color: 7251216.
HSL color Cylindrical-coordinate representation of color #10A56E: hue angle of 157.85º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A56E is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 165 | 110 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.35 |
| HSL | 157.85º | 0.82% | 0.35% | - |
| HSV(B) | 157.85º | 0.9% | 0.65% | - |
| XYZ | 16.48 | 28.15 | 19.32 | - |
| YUV | 114.18 | 125.64 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 165 | 110 | 0.90 | 0 | 0.33 | 0.35 | 157.85 | 0.82 | 0.35 |
| Hex | 10 | A5 | 6E | 5A | 0 | 21 | 23 | 9E | 52 | 23 |
| Octal | 20 | 245 | 156 | 132 | 0 | 41 | 43 | 236 | 122 | 43 |
| Binary | 10000 | 10100101 | 1101110 | 1011010 | 0 | 100001 | 100011 | 10011110 | 1010010 | 100011 |
Color Harmonies of #10A56E
Complementary color
Monochromatic Colors of #10A56E
Black with #10A56E
Text Example
Text Example
White with #10A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A56E; }
p { color: rgb(16,165,110); }
H1.HeaderClassName
{
color: #10A56E;
}
.AnyTagClassName
{
color: #10A56E;
}
</style>
background-color css
<style>
a { background-color: #10A56E; }
a { background-color: rgb(16,165,110); }
div.DivClassName
{
background-color: #10A56E;
}
.BgClassName
{
background-color: #10A56E;
}
</style>
border-color css
<style>
span { border-color: #10A56E; }
span { border-color: rgb(16,165,110); }
td.TdClassName
{
border-color: #10A56E;
}
.TagClassName
{
border-color: #10A56E;
}
</style>