Html Css Color HEX #AADC99 Granny Smith Apple

📋 copy color: '#AADC99'

red 170 ◦ green 220 ◦ blue 153

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

Shades of Granny Smith Apple #AADC99

Tints of Granny Smith Apple #AADC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 31.31%
G = 40.52%
B = 28.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#AADC99 (or 0xAADC99) is known color: Granny Smith Apple. HEX triplet: AA, DC and 99. RGB value is (170,220,153). Sum of RGB (Red+Green+Blue) = 170+220+153=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC99 is #552366. Grayscale: #C5C5C5. Windows color (decimal): -5579623 or 10083498. OLE color: 10083498.

HSL color Cylindrical-coordinate representation of color #AADC99: hue angle of 104.78º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADC99 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 153 -
CMYK 0.23 0 0.30 0.14
HSL 104.78º 0.49% 0.73% -
HSV(B) 104.78º 0.3% 0.86% -
XYZ 47.92 62.03 39.58 -
YUV 197.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 170 220 153 0.23 0 0.30 0.14 104.78 0.49 0.73
Hex AA DC 99 17 0 1E E 69 31 49
Octal 252 334 231 27 0 36 16 151 61 111
Binary 10101010 11011100 10011001 10111 0 11110 1110 1101001 110001 1001001

Color Harmonies of #AADC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC99

Black with #AADC99

Text Example


Text Example

White with #AADC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC99; }

 p { color: rgb(170,220,153); }

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

background-color css

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

 a { background-color: rgb(170,220,153); }

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

border-color css

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

 span { border-color: rgb(170,220,153); }

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