Shades of Jade #10A26C
Tints of Jade #10A26C
RGB
CMYK
RGB Variations
Color information
#10A26C (or 0x10A26C) is known color: Jade. HEX triplet: 10, A2 and 6C. RGB value is (16,162,108). Sum of RGB (Red+Green+Blue) = 16+162+108=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #10A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A26C is #EF5D93. Grayscale: #707070. Windows color (decimal): -15687060 or 7119376. OLE color: 7119376.
HSL color Cylindrical-coordinate representation of color #10A26C: hue angle of 157.81º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A26C is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 108 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.36 |
| HSL | 157.81º | 0.82% | 0.35% | - |
| HSV(B) | 157.81º | 0.9% | 0.64% | - |
| XYZ | 15.84 | 27.03 | 18.57 | - |
| YUV | 112.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 108 | 0.90 | 0 | 0.33 | 0.36 | 157.81 | 0.82 | 0.35 |
| Hex | 10 | A2 | 6C | 5A | 0 | 21 | 24 | 9E | 52 | 23 |
| Octal | 20 | 242 | 154 | 132 | 0 | 41 | 44 | 236 | 122 | 43 |
| Binary | 10000 | 10100010 | 1101100 | 1011010 | 0 | 100001 | 100100 | 10011110 | 1010010 | 100011 |
Color Harmonies of #10A26C
Complementary color
Monochromatic Colors of #10A26C
Black with #10A26C
Text Example
Text Example
White with #10A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A26C; }
p { color: rgb(16,162,108); }
H1.HeaderClassName
{
color: #10A26C;
}
.AnyTagClassName
{
color: #10A26C;
}
</style>
background-color css
<style>
a { background-color: #10A26C; }
a { background-color: rgb(16,162,108); }
div.DivClassName
{
background-color: #10A26C;
}
.BgClassName
{
background-color: #10A26C;
}
</style>
border-color css
<style>
span { border-color: #10A26C; }
span { border-color: rgb(16,162,108); }
td.TdClassName
{
border-color: #10A26C;
}
.TagClassName
{
border-color: #10A26C;
}
</style>