Html Css Color HEX #AADA9C Granny Smith Apple

📋 copy color: '#AADA9C'

red 170 ◦ green 218 ◦ blue 156

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

Shades of Granny Smith Apple #AADA9C

Tints of Granny Smith Apple #AADA9C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 31.25%
G = 40.07%
B = 28.68%

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

#AADA9C (or 0xAADA9C) is known color: Granny Smith Apple. HEX triplet: AA, DA and 9C. RGB value is (170,218,156). Sum of RGB (Red+Green+Blue) = 170+218+156=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA9C is #552563. Grayscale: #C4C4C4. Windows color (decimal): -5580132 or 10279594. OLE color: 10279594.

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

Color convert

RGB 170 218 156 -
CMYK 0.22 0 0.28 0.15
HSL 106.45º 0.46% 0.73% -
HSV(B) 106.45º 0.28% 0.85% -
XYZ 47.65 61.09 40.73 -
YUV 196.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 170 218 156 0.22 0 0.28 0.15 106.45 0.46 0.73
Hex AA DA 9C 16 0 1C F 6A 2E 49
Octal 252 332 234 26 0 34 17 152 56 111
Binary 10101010 11011010 10011100 10110 0 11100 1111 1101010 101110 1001001

Color Harmonies of #AADA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA9C

Black with #AADA9C

Text Example


Text Example

White with #AADA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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