Html Css Color HEX #AAD99E Granny Smith Apple

📋 copy color: '#AAD99E'

red 170 ◦ green 217 ◦ blue 158

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

Shades of Granny Smith Apple #AAD99E

Tints of Granny Smith Apple #AAD99E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 31.19%
G = 39.82%
B = 28.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#AAD99E (or 0xAAD99E) is known color: Granny Smith Apple. HEX triplet: AA, D9 and 9E. RGB value is (170,217,158). Sum of RGB (Red+Green+Blue) = 170+217+158=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99E is #552661. Grayscale: #C4C4C4. Windows color (decimal): -5580386 or 10410410. OLE color: 10410410.

HSL color Cylindrical-coordinate representation of color #AAD99E: hue angle of 107.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD99E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 158 -
CMYK 0.22 0 0.27 0.15
HSL 107.8º 0.44% 0.74% -
HSV(B) 107.8º 0.27% 0.85% -
XYZ 47.56 60.64 41.55 -
YUV 196.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 170 217 158 0.22 0 0.27 0.15 107.8 0.44 0.74
Hex AA D9 9E 16 0 1B F 6C 2C 4A
Octal 252 331 236 26 0 33 17 154 54 112
Binary 10101010 11011001 10011110 10110 0 11011 1111 1101100 101100 1001010

Color Harmonies of #AAD99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD99E

Black with #AAD99E

Text Example


Text Example

White with #AAD99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD99E; }

 p { color: rgb(170,217,158); }

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

background-color css

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

 a { background-color: rgb(170,217,158); }

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

border-color css

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

 span { border-color: rgb(170,217,158); }

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