Html Css Color HEX #AAD59D Granny Smith Apple

📋 copy color: '#AAD59D'

red 170 ◦ green 213 ◦ blue 157

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

Shades of Granny Smith Apple #AAD59D

Tints of Granny Smith Apple #AAD59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.44%

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

R = 31.48%
G = 39.44%
B = 29.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#AAD59D (or 0xAAD59D) is known color: Granny Smith Apple. HEX triplet: AA, D5 and 9D. RGB value is (170,213,157). Sum of RGB (Red+Green+Blue) = 170+213+157=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD59D is #552A62. Grayscale: #C1C1C1. Windows color (decimal): -5581411 or 10343850. OLE color: 10343850.

HSL color Cylindrical-coordinate representation of color #AAD59D: hue angle of 106.07º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD59D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 157 -
CMYK 0.20 0 0.26 0.16
HSL 106.07º 0.4% 0.73% -
HSV(B) 106.07º 0.26% 0.84% -
XYZ 46.46 58.57 40.75 -
YUV 193.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 170 213 157 0.20 0 0.26 0.16 106.07 0.4 0.73
Hex AA D5 9D 14 0 1A 10 6A 28 49
Octal 252 325 235 24 0 32 20 152 50 111
Binary 10101010 11010101 10011101 10100 0 11010 10000 1101010 101000 1001001

Color Harmonies of #AAD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD59D

Black with #AAD59D

Text Example


Text Example

White with #AAD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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