Shades of Jade #10AB6C
Tints of Jade #10AB6C
RGB
CMYK
RGB Variations
Color information
#10AB6C (or 0x10AB6C) is known color: Jade. HEX triplet: 10, AB and 6C. RGB value is (16,171,108). Sum of RGB (Red+Green+Blue) = 16+171+108=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB6C is #EF5493. Grayscale: #757575. Windows color (decimal): -15684756 or 7121680. OLE color: 7121680.
HSL color Cylindrical-coordinate representation of color #10AB6C: hue angle of 155.61º 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 #10AB6C is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 108 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.33 |
| HSL | 155.61º | 0.83% | 0.37% | - |
| HSV(B) | 155.61º | 0.91% | 0.67% | - |
| XYZ | 17.48 | 30.32 | 19.12 | - |
| YUV | 117.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 108 | 0.91 | 0 | 0.37 | 0.33 | 155.61 | 0.83 | 0.37 |
| Hex | 10 | AB | 6C | 5B | 0 | 25 | 21 | 9C | 53 | 25 |
| Octal | 20 | 253 | 154 | 133 | 0 | 45 | 41 | 234 | 123 | 45 |
| Binary | 10000 | 10101011 | 1101100 | 1011011 | 0 | 100101 | 100001 | 10011100 | 1010011 | 100101 |
Color Harmonies of #10AB6C
Complementary color
Monochromatic Colors of #10AB6C
Black with #10AB6C
Text Example
Text Example
White with #10AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB6C; }
p { color: rgb(16,171,108); }
H1.HeaderClassName
{
color: #10AB6C;
}
.AnyTagClassName
{
color: #10AB6C;
}
</style>
background-color css
<style>
a { background-color: #10AB6C; }
a { background-color: rgb(16,171,108); }
div.DivClassName
{
background-color: #10AB6C;
}
.BgClassName
{
background-color: #10AB6C;
}
</style>
border-color css
<style>
span { border-color: #10AB6C; }
span { border-color: rgb(16,171,108); }
td.TdClassName
{
border-color: #10AB6C;
}
.TagClassName
{
border-color: #10AB6C;
}
</style>