Html Css Color HEX #AADB9A Granny Smith Apple

📋 copy color: '#AADB9A'

red 170 ◦ green 219 ◦ blue 154

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

Shades of Granny Smith Apple #AADB9A

Tints of Granny Smith Apple #AADB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.36%

R = 31.31%
G = 40.33%
B = 28.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#AADB9A (or 0xAADB9A) is known color: Granny Smith Apple. HEX triplet: AA, DB and 9A. RGB value is (170,219,154). Sum of RGB (Red+Green+Blue) = 170+219+154=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB9A is #552465. Grayscale: #C5C5C5. Windows color (decimal): -5579878 or 10148778. OLE color: 10148778.

HSL color Cylindrical-coordinate representation of color #AADB9A: hue angle of 105.23º degrees, saturation: 0.47, 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 #AADB9A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 154 -
CMYK 0.22 0 0.30 0.14
HSL 105.23º 0.47% 0.73% -
HSV(B) 105.23º 0.3% 0.86% -
XYZ 47.74 61.54 39.93 -
YUV 196.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 170 219 154 0.22 0 0.30 0.14 105.23 0.47 0.73
Hex AA DB 9A 16 0 1E E 69 2F 49
Octal 252 333 232 26 0 36 16 151 57 111
Binary 10101010 11011011 10011010 10110 0 11110 1110 1101001 101111 1001001

Color Harmonies of #AADB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB9A

Black with #AADB9A

Text Example


Text Example

White with #AADB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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