Html Css Color HEX #AAEB9D Granny Smith Apple

📋 copy color: '#AAEB9D'

red 170 ◦ green 235 ◦ blue 157

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

Shades of Granny Smith Apple #AAEB9D

Tints of Granny Smith Apple #AAEB9D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 30.25%
G = 41.81%
B = 27.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#AAEB9D (or 0xAAEB9D) is known color: Granny Smith Apple. HEX triplet: AA, EB and 9D. RGB value is (170,235,157). Sum of RGB (Red+Green+Blue) = 170+235+157=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB9D is #551462. Grayscale: #CECECE. Windows color (decimal): -5575779 or 10349482. OLE color: 10349482.

HSL color Cylindrical-coordinate representation of color #AAEB9D: hue angle of 110º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEB9D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 157 -
CMYK 0.28 0 0.33 0.08
HSL 110º 0.66% 0.77% -
HSV(B) 110º 0.33% 0.92% -
XYZ 52.37 70.4 42.73 -
YUV 206.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 170 235 157 0.28 0 0.33 0.08 110 0.66 0.77
Hex AA EB 9D 1C 0 21 8 6E 42 4D
Octal 252 353 235 34 0 41 10 156 102 115
Binary 10101010 11101011 10011101 11100 0 100001 1000 1101110 1000010 1001101

Color Harmonies of #AAEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB9D

Black with #AAEB9D

Text Example


Text Example

White with #AAEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB9D; }

 p { color: rgb(170,235,157); }

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

background-color css

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

 a { background-color: rgb(170,235,157); }

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

border-color css

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

 span { border-color: rgb(170,235,157); }

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