Html Css Color HEX #AAD49D Granny Smith Apple

📋 copy color: '#AAD49D'

red 170 ◦ green 212 ◦ blue 157

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

Shades of Granny Smith Apple #AAD49D

Tints of Granny Smith Apple #AAD49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

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

R = 31.54%
G = 39.33%
B = 29.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#AAD49D (or 0xAAD49D) is known color: Granny Smith Apple. HEX triplet: AA, D4 and 9D. RGB value is (170,212,157). Sum of RGB (Red+Green+Blue) = 170+212+157=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD49D is #552B62. Grayscale: #C1C1C1. Windows color (decimal): -5581667 or 10343594. OLE color: 10343594.

HSL color Cylindrical-coordinate representation of color #AAD49D: hue angle of 105.82º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD49D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 157 -
CMYK 0.20 0 0.26 0.17
HSL 105.82º 0.39% 0.72% -
HSV(B) 105.82º 0.26% 0.83% -
XYZ 46.21 58.07 40.67 -
YUV 193.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 170 212 157 0.20 0 0.26 0.17 105.82 0.39 0.72
Hex AA D4 9D 14 0 1A 11 6A 27 48
Octal 252 324 235 24 0 32 21 152 47 110
Binary 10101010 11010100 10011101 10100 0 11010 10001 1101010 100111 1001000

Color Harmonies of #AAD49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD49D

Black with #AAD49D

Text Example


Text Example

White with #AAD49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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