Html Css Color HEX #AAE996 Granny Smith Apple

📋 copy color: '#AAE996'

red 170 ◦ green 233 ◦ blue 150

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

Shades of Granny Smith Apple #AAE996

Tints of Granny Smith Apple #AAE996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

 BLUE value IS 150 (58.98% from 255) = 27.12%

R = 30.74%
G = 42.13%
B = 27.12%

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

#AAE996 (or 0xAAE996) is known color: Granny Smith Apple. HEX triplet: AA, E9 and 96. RGB value is (170,233,150). Sum of RGB (Red+Green+Blue) = 170+233+150=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE996 is #551669. Grayscale: #CCCCCC. Windows color (decimal): -5576298 or 9890218. OLE color: 9890218.

HSL color Cylindrical-coordinate representation of color #AAE996: hue angle of 105.54º degrees, saturation: 0.65, 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 #AAE996 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 150 -
CMYK 0.27 0 0.36 0.09
HSL 105.54º 0.65% 0.75% -
HSV(B) 105.54º 0.36% 0.91% -
XYZ 51.22 69.03 39.48 -
YUV 204.7 97.13 103.25 -
System Red Green Blue C M Y K H S L
Decimal 170 233 150 0.27 0 0.36 0.09 105.54 0.65 0.75
Hex AA E9 96 1B 0 24 9 6A 41 4B
Octal 252 351 226 33 0 44 11 152 101 113
Binary 10101010 11101001 10010110 11011 0 100100 1001 1101010 1000001 1001011

Color Harmonies of #AAE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE996

Black with #AAE996

Text Example


Text Example

White with #AAE996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE996; }

 p { color: rgb(170,233,150); }

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

background-color css

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

 a { background-color: rgb(170,233,150); }

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

border-color css

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

 span { border-color: rgb(170,233,150); }

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