Html Css Color HEX #AAD99C Granny Smith Apple

📋 copy color: '#AAD99C'

red 170 ◦ green 217 ◦ blue 156

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

Shades of Granny Smith Apple #AAD99C

Tints of Granny Smith Apple #AAD99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.73%

R = 31.31%
G = 39.96%
B = 28.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#AAD99C (or 0xAAD99C) is known color: Granny Smith Apple. HEX triplet: AA, D9 and 9C. RGB value is (170,217,156). Sum of RGB (Red+Green+Blue) = 170+217+156=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99C is #552663. Grayscale: #C4C4C4. Windows color (decimal): -5580388 or 10279338. OLE color: 10279338.

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

Color convert

RGB 170 217 156 -
CMYK 0.22 0 0.28 0.15
HSL 106.23º 0.45% 0.73% -
HSV(B) 106.23º 0.28% 0.85% -
XYZ 47.39 60.57 40.65 -
YUV 195.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 170 217 156 0.22 0 0.28 0.15 106.23 0.45 0.73
Hex AA D9 9C 16 0 1C F 6A 2D 49
Octal 252 331 234 26 0 34 17 152 55 111
Binary 10101010 11011001 10011100 10110 0 11100 1111 1101010 101101 1001001

Color Harmonies of #AAD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD99C

Black with #AAD99C

Text Example


Text Example

White with #AAD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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