Html Css Color HEX #AAE895 Granny Smith Apple

📋 copy color: '#AAE895'

red 170 ◦ green 232 ◦ blue 149

#AAE895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #AAE895

Tints of Granny Smith Apple #AAE895

RGB

 RED value IS 170 (66.8% from 255) = 30.85%

 GREEN value IS 232 (91.02% from 255) = 42.11%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 30.85%
G = 42.11%
B = 27.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAE895 (or 0xAAE895) is known color: Granny Smith Apple. HEX triplet: AA, E8 and 95. RGB value is (170,232,149). Sum of RGB (Red+Green+Blue) = 170+232+149=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE895 is #55176A. Grayscale: #CCCCCC. Windows color (decimal): -5576555 or 9824426. OLE color: 9824426.

HSL color Cylindrical-coordinate representation of color #AAE895: hue angle of 104.82º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE895 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 149 -
CMYK 0.27 0 0.36 0.09
HSL 104.82º 0.64% 0.75% -
HSV(B) 104.82º 0.36% 0.91% -
XYZ 50.86 68.43 38.96 -
YUV 204 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 170 232 149 0.27 0 0.36 0.09 104.82 0.64 0.75
Hex AA E8 95 1B 0 24 9 69 40 4B
Octal 252 350 225 33 0 44 11 151 100 113
Binary 10101010 11101000 10010101 11011 0 100100 1001 1101001 1000000 1001011

Color Harmonies of #AAE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE895

Black with #AAE895

Text Example


Text Example

White with #AAE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE895; }

 p { color: rgb(170,232,149); }

 H1.HeaderClassName
 {
   color: #AAE895;
 }
 .AnyTagClassName
 {
   color: #AAE895;
 }
</style>

background-color css

<style>
 a { background-color: #AAE895; }

 a { background-color: rgb(170,232,149); }

 div.DivClassName
 {
   background-color: #AAE895;
 }
 .BgClassName
 {
   background-color: #AAE895;
 }
</style>

border-color css

<style>
 span { border-color: #AAE895; }

 span { border-color: rgb(170,232,149); }

 td.TdClassName
 {
   border-color: #AAE895;
 }
 .TagClassName
 {
   border-color: #AAE895;
 }
</style>