Html Css Color HEX #AADB9E Granny Smith Apple

📋 copy color: '#AADB9E'

red 170 ◦ green 219 ◦ blue 158

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

Shades of Granny Smith Apple #AADB9E

Tints of Granny Smith Apple #AADB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 31.08%
G = 40.04%
B = 28.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#AADB9E (or 0xAADB9E) is known color: Granny Smith Apple. HEX triplet: AA, DB and 9E. RGB value is (170,219,158). Sum of RGB (Red+Green+Blue) = 170+219+158=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB9E is #552461. Grayscale: #C5C5C5. Windows color (decimal): -5579874 or 10410922. OLE color: 10410922.

HSL color Cylindrical-coordinate representation of color #AADB9E: hue angle of 108.2º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADB9E is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 158 -
CMYK 0.22 0 0.28 0.14
HSL 108.2º 0.46% 0.74% -
HSV(B) 108.2º 0.28% 0.86% -
XYZ 48.08 61.68 41.72 -
YUV 197.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 170 219 158 0.22 0 0.28 0.14 108.2 0.46 0.74
Hex AA DB 9E 16 0 1C E 6C 2E 4A
Octal 252 333 236 26 0 34 16 154 56 112
Binary 10101010 11011011 10011110 10110 0 11100 1110 1101100 101110 1001010

Color Harmonies of #AADB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB9E

Black with #AADB9E

Text Example


Text Example

White with #AADB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB9E; }

 p { color: rgb(170,219,158); }

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

background-color css

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

 a { background-color: rgb(170,219,158); }

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

border-color css

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

 span { border-color: rgb(170,219,158); }

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