Shades of Jade #10AA69
Tints of Jade #10AA69
RGB
CMYK
RGB Variations
Color information
#10AA69 (or 0x10AA69) is known color: Jade. HEX triplet: 10, AA and 69. RGB value is (16,170,105). Sum of RGB (Red+Green+Blue) = 16+170+105=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA69 is #EF5596. Grayscale: #747474. Windows color (decimal): -15685015 or 6924816. OLE color: 6924816.
HSL color Cylindrical-coordinate representation of color #10AA69: hue angle of 154.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA69 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 105 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.33 |
| HSL | 154.68º | 0.83% | 0.36% | - |
| HSV(B) | 154.68º | 0.91% | 0.67% | - |
| XYZ | 17.14 | 29.88 | 18.23 | - |
| YUV | 116.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 105 | 0.91 | 0 | 0.38 | 0.33 | 154.68 | 0.83 | 0.36 |
| Hex | 10 | AA | 69 | 5B | 0 | 26 | 21 | 9B | 53 | 24 |
| Octal | 20 | 252 | 151 | 133 | 0 | 46 | 41 | 233 | 123 | 44 |
| Binary | 10000 | 10101010 | 1101001 | 1011011 | 0 | 100110 | 100001 | 10011011 | 1010011 | 100100 |
Color Harmonies of #10AA69
Complementary color
Monochromatic Colors of #10AA69
Black with #10AA69
Text Example
Text Example
White with #10AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA69; }
p { color: rgb(16,170,105); }
H1.HeaderClassName
{
color: #10AA69;
}
.AnyTagClassName
{
color: #10AA69;
}
</style>
background-color css
<style>
a { background-color: #10AA69; }
a { background-color: rgb(16,170,105); }
div.DivClassName
{
background-color: #10AA69;
}
.BgClassName
{
background-color: #10AA69;
}
</style>
border-color css
<style>
span { border-color: #10AA69; }
span { border-color: rgb(16,170,105); }
td.TdClassName
{
border-color: #10AA69;
}
.TagClassName
{
border-color: #10AA69;
}
</style>