Html Css Color HEX #AADE96 Granny Smith Apple

📋 copy color: '#AADE96'

red 170 ◦ green 222 ◦ blue 150

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

Shades of Granny Smith Apple #AADE96

Tints of Granny Smith Apple #AADE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

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

R = 31.37%
G = 40.96%
B = 27.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AADE96 (or 0xAADE96) is known color: Granny Smith Apple. HEX triplet: AA, DE and 96. RGB value is (170,222,150). Sum of RGB (Red+Green+Blue) = 170+222+150=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE96 is #552169. Grayscale: #C6C6C6. Windows color (decimal): -5579114 or 9887402. OLE color: 9887402.

HSL color Cylindrical-coordinate representation of color #AADE96: hue angle of 103.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADE96 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 150 -
CMYK 0.23 0 0.32 0.13
HSL 103.33º 0.52% 0.73% -
HSV(B) 103.33º 0.32% 0.87% -
XYZ 48.2 62.99 38.47 -
YUV 198.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 170 222 150 0.23 0 0.32 0.13 103.33 0.52 0.73
Hex AA DE 96 17 0 20 D 67 34 49
Octal 252 336 226 27 0 40 15 147 64 111
Binary 10101010 11011110 10010110 10111 0 100000 1101 1100111 110100 1001001

Color Harmonies of #AADE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE96

Black with #AADE96

Text Example


Text Example

White with #AADE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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