Html Css Color HEX #AADD9D Granny Smith Apple

📋 copy color: '#AADD9D'

red 170 ◦ green 221 ◦ blue 157

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

Shades of Granny Smith Apple #AADD9D

Tints of Granny Smith Apple #AADD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.65%

R = 31.02%
G = 40.33%
B = 28.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#AADD9D (or 0xAADD9D) is known color: Granny Smith Apple. HEX triplet: AA, DD and 9D. RGB value is (170,221,157). Sum of RGB (Red+Green+Blue) = 170+221+157=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD9D is #552262. Grayscale: #C6C6C6. Windows color (decimal): -5579363 or 10345898. OLE color: 10345898.

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

Color convert

RGB 170 221 157 -
CMYK 0.23 0 0.29 0.13
HSL 107.81º 0.48% 0.74% -
HSV(B) 107.81º 0.29% 0.87% -
XYZ 48.52 62.69 41.44 -
YUV 198.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 170 221 157 0.23 0 0.29 0.13 107.81 0.48 0.74
Hex AA DD 9D 17 0 1D D 6C 30 4A
Octal 252 335 235 27 0 35 15 154 60 112
Binary 10101010 11011101 10011101 10111 0 11101 1101 1101100 110000 1001010

Color Harmonies of #AADD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD9D

Black with #AADD9D

Text Example


Text Example

White with #AADD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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