Html Css Color HEX #AAEC8D Granny Smith Apple

📋 copy color: '#AAEC8D'

red 170 ◦ green 236 ◦ blue 141

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

Shades of Granny Smith Apple #AAEC8D

Tints of Granny Smith Apple #AAEC8D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 31.08%
G = 43.14%
B = 25.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#AAEC8D (or 0xAAEC8D) is known color: Granny Smith Apple. HEX triplet: AA, EC and 8D. RGB value is (170,236,141). Sum of RGB (Red+Green+Blue) = 170+236+141=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC8D is #551372. Grayscale: #CDCDCD. Windows color (decimal): -5575539 or 9301162. OLE color: 9301162.

HSL color Cylindrical-coordinate representation of color #AAEC8D: hue angle of 101.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAEC8D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 141 -
CMYK 0.28 0 0.40 0.07
HSL 101.68º 0.71% 0.74% -
HSV(B) 101.68º 0.4% 0.93% -
XYZ 51.38 70.46 36.09 -
YUV 205.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 170 236 141 0.28 0 0.40 0.07 101.68 0.71 0.74
Hex AA EC 8D 1C 0 28 7 66 47 4A
Octal 252 354 215 34 0 50 7 146 107 112
Binary 10101010 11101100 10001101 11100 0 101000 111 1100110 1000111 1001010

Color Harmonies of #AAEC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC8D

Black with #AAEC8D

Text Example


Text Example

White with #AAEC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC8D; }

 p { color: rgb(170,236,141); }

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

background-color css

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

 a { background-color: rgb(170,236,141); }

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

border-color css

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

 span { border-color: rgb(170,236,141); }

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