Html Css Color HEX #AADD96 Granny Smith Apple

📋 copy color: '#AADD96'

red 170 ◦ green 221 ◦ blue 150

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

Shades of Granny Smith Apple #AADD96

Tints of Granny Smith Apple #AADD96

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 31.42%
G = 40.85%
B = 27.73%

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

#AADD96 (or 0xAADD96) is known color: Granny Smith Apple. HEX triplet: AA, DD and 96. RGB value is (170,221,150). Sum of RGB (Red+Green+Blue) = 170+221+150=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD96 is #552269. Grayscale: #C5C5C5. Windows color (decimal): -5579370 or 9887146. OLE color: 9887146.

HSL color Cylindrical-coordinate representation of color #AADD96: hue angle of 103.1º degrees, saturation: 0.51, 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 #AADD96 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 150 -
CMYK 0.23 0 0.32 0.13
HSL 103.1º 0.51% 0.73% -
HSV(B) 103.1º 0.32% 0.87% -
XYZ 47.94 62.46 38.38 -
YUV 197.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 170 221 150 0.23 0 0.32 0.13 103.1 0.51 0.73
Hex AA DD 96 17 0 20 D 67 33 49
Octal 252 335 226 27 0 40 15 147 63 111
Binary 10101010 11011101 10010110 10111 0 100000 1101 1100111 110011 1001001

Color Harmonies of #AADD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD96

Black with #AADD96

Text Example


Text Example

White with #AADD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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