Shades of Jade #10AB62
Tints of Jade #10AB62
RGB
CMYK
RGB Variations
Color information
#10AB62 (or 0x10AB62) is known color: Jade. HEX triplet: 10, AB and 62. RGB value is (16,171,98). Sum of RGB (Red+Green+Blue) = 16+171+98=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB62 is #EF549D. Grayscale: #747474. Windows color (decimal): -15684766 or 6466320. OLE color: 6466320.
HSL color Cylindrical-coordinate representation of color #10AB62: hue angle of 151.74º 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 #10AB62 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 98 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.33 |
| HSL | 151.74º | 0.83% | 0.37% | - |
| HSV(B) | 151.74º | 0.91% | 0.67% | - |
| XYZ | 16.98 | 30.12 | 16.47 | - |
| YUV | 116.33 | 117.65 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 98 | 0.91 | 0 | 0.43 | 0.33 | 151.74 | 0.83 | 0.37 |
| Hex | 10 | AB | 62 | 5B | 0 | 2B | 21 | 98 | 53 | 25 |
| Octal | 20 | 253 | 142 | 133 | 0 | 53 | 41 | 230 | 123 | 45 |
| Binary | 10000 | 10101011 | 1100010 | 1011011 | 0 | 101011 | 100001 | 10011000 | 1010011 | 100101 |
Color Harmonies of #10AB62
Complementary color
Monochromatic Colors of #10AB62
Black with #10AB62
Text Example
Text Example
White with #10AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB62; }
p { color: rgb(16,171,98); }
H1.HeaderClassName
{
color: #10AB62;
}
.AnyTagClassName
{
color: #10AB62;
}
</style>
background-color css
<style>
a { background-color: #10AB62; }
a { background-color: rgb(16,171,98); }
div.DivClassName
{
background-color: #10AB62;
}
.BgClassName
{
background-color: #10AB62;
}
</style>
border-color css
<style>
span { border-color: #10AB62; }
span { border-color: rgb(16,171,98); }
td.TdClassName
{
border-color: #10AB62;
}
.TagClassName
{
border-color: #10AB62;
}
</style>