Html Css Color HEX #AAE394 Granny Smith Apple

📋 copy color: '#AAE394'

red 170 ◦ green 227 ◦ blue 148

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

Shades of Granny Smith Apple #AAE394

Tints of Granny Smith Apple #AAE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.65%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 31.19%
G = 41.65%
B = 27.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#AAE394 (or 0xAAE394) is known color: Granny Smith Apple. HEX triplet: AA, E3 and 94. RGB value is (170,227,148). Sum of RGB (Red+Green+Blue) = 170+227+148=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE394 is #551C6B. Grayscale: #C9C9C9. Windows color (decimal): -5577836 or 9757610. OLE color: 9757610.

HSL color Cylindrical-coordinate representation of color #AAE394: hue angle of 103.29º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE394 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 148 -
CMYK 0.25 0 0.35 0.11
HSL 103.29º 0.59% 0.74% -
HSV(B) 103.29º 0.35% 0.89% -
XYZ 49.39 65.62 38.08 -
YUV 200.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 170 227 148 0.25 0 0.35 0.11 103.29 0.59 0.74
Hex AA E3 94 19 0 23 B 67 3B 4A
Octal 252 343 224 31 0 43 13 147 73 112
Binary 10101010 11100011 10010100 11001 0 100011 1011 1100111 111011 1001010

Color Harmonies of #AAE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE394

Black with #AAE394

Text Example


Text Example

White with #AAE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE394; }

 p { color: rgb(170,227,148); }

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

background-color css

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

 a { background-color: rgb(170,227,148); }

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

border-color css

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

 span { border-color: rgb(170,227,148); }

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