Html Css Color HEX #AAE695 Granny Smith Apple
📋 copy color: '#AAE695'red 170 ◦ green 230 ◦ blue 149
Shades of Granny Smith Apple #AAE695
Tints of Granny Smith Apple #AAE695
RGB
CMYK
RGB Variations
Color information
#AAE695 (or 0xAAE695) is known color: Granny Smith Apple. HEX triplet: AA, E6 and 95. RGB value is (170,230,149). Sum of RGB (Red+Green+Blue) = 170+230+149=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE695 is #55196A. Grayscale: #CBCBCB. Windows color (decimal): -5577067 or 9823914. OLE color: 9823914.
HSL color Cylindrical-coordinate representation of color #AAE695: hue angle of 104.44º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE695 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 149 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.10 |
| HSL | 104.44º | 0.62% | 0.74% | - |
| HSV(B) | 104.44º | 0.35% | 0.9% | - |
| XYZ | 50.3 | 67.31 | 38.77 | - |
| YUV | 202.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 149 | 0.26 | 0 | 0.35 | 0.10 | 104.44 | 0.62 | 0.74 |
| Hex | AA | E6 | 95 | 1A | 0 | 23 | A | 68 | 3E | 4A |
| Octal | 252 | 346 | 225 | 32 | 0 | 43 | 12 | 150 | 76 | 112 |
| Binary | 10101010 | 11100110 | 10010101 | 11010 | 0 | 100011 | 1010 | 1101000 | 111110 | 1001010 |
Color Harmonies of #AAE695
Complementary color
Monochromatic Colors of #AAE695
Black with #AAE695
Text Example
Text Example
White with #AAE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE695; }
p { color: rgb(170,230,149); }
H1.HeaderClassName
{
color: #AAE695;
}
.AnyTagClassName
{
color: #AAE695;
}
</style>
background-color css
<style>
a { background-color: #AAE695; }
a { background-color: rgb(170,230,149); }
div.DivClassName
{
background-color: #AAE695;
}
.BgClassName
{
background-color: #AAE695;
}
</style>
border-color css
<style>
span { border-color: #AAE695; }
span { border-color: rgb(170,230,149); }
td.TdClassName
{
border-color: #AAE695;
}
.TagClassName
{
border-color: #AAE695;
}
</style>