Html Css Color HEX #AAD99A Granny Smith Apple

📋 copy color: '#AAD99A'

red 170 ◦ green 217 ◦ blue 154

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

Shades of Granny Smith Apple #AAD99A

Tints of Granny Smith Apple #AAD99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 31.42%
G = 40.11%
B = 28.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#AAD99A (or 0xAAD99A) is known color: Granny Smith Apple. HEX triplet: AA, D9 and 9A. RGB value is (170,217,154). Sum of RGB (Red+Green+Blue) = 170+217+154=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99A is #552665. Grayscale: #C3C3C3. Windows color (decimal): -5580390 or 10148266. OLE color: 10148266.

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

Color convert

RGB 170 217 154 -
CMYK 0.22 0 0.29 0.15
HSL 104.76º 0.45% 0.73% -
HSV(B) 104.76º 0.29% 0.85% -
XYZ 47.22 60.5 39.76 -
YUV 195.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 170 217 154 0.22 0 0.29 0.15 104.76 0.45 0.73
Hex AA D9 9A 16 0 1D F 69 2D 49
Octal 252 331 232 26 0 35 17 151 55 111
Binary 10101010 11011001 10011010 10110 0 11101 1111 1101001 101101 1001001

Color Harmonies of #AAD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD99A

Black with #AAD99A

Text Example


Text Example

White with #AAD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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