Html Css Color HEX #AAD99B Granny Smith Apple

📋 copy color: '#AAD99B'

red 170 ◦ green 217 ◦ blue 155

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

Shades of Granny Smith Apple #AAD99B

Tints of Granny Smith Apple #AAD99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 31.37%
G = 40.04%
B = 28.6%

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

#AAD99B (or 0xAAD99B) is known color: Granny Smith Apple. HEX triplet: AA, D9 and 9B. RGB value is (170,217,155). Sum of RGB (Red+Green+Blue) = 170+217+155=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99B is #552664. Grayscale: #C4C4C4. Windows color (decimal): -5580389 or 10213802. OLE color: 10213802.

HSL color Cylindrical-coordinate representation of color #AAD99B: hue angle of 105.48º 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 #AAD99B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 155 -
CMYK 0.22 0 0.29 0.15
HSL 105.48º 0.45% 0.73% -
HSV(B) 105.48º 0.29% 0.85% -
XYZ 47.31 60.54 40.2 -
YUV 195.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 170 217 155 0.22 0 0.29 0.15 105.48 0.45 0.73
Hex AA D9 9B 16 0 1D F 69 2D 49
Octal 252 331 233 26 0 35 17 151 55 111
Binary 10101010 11011001 10011011 10110 0 11101 1111 1101001 101101 1001001

Color Harmonies of #AAD99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD99B

Black with #AAD99B

Text Example


Text Example

White with #AAD99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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