Html Css Color HEX #AAE494 Granny Smith Apple

📋 copy color: '#AAE494'

red 170 ◦ green 228 ◦ blue 148

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

Shades of Granny Smith Apple #AAE494

Tints of Granny Smith Apple #AAE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.76%

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

R = 31.14%
G = 41.76%
B = 27.11%

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

#AAE494 (or 0xAAE494) is known color: Granny Smith Apple. HEX triplet: AA, E4 and 94. RGB value is (170,228,148). Sum of RGB (Red+Green+Blue) = 170+228+148=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE494 is #551B6B. Grayscale: #C9C9C9. Windows color (decimal): -5577580 or 9757866. OLE color: 9757866.

HSL color Cylindrical-coordinate representation of color #AAE494: hue angle of 103.5º degrees, saturation: 0.6, 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 #AAE494 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 148 -
CMYK 0.25 0 0.35 0.11
HSL 103.5º 0.6% 0.74% -
HSV(B) 103.5º 0.35% 0.89% -
XYZ 49.67 66.17 38.17 -
YUV 201.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 170 228 148 0.25 0 0.35 0.11 103.5 0.6 0.74
Hex AA E4 94 19 0 23 B 68 3C 4A
Octal 252 344 224 31 0 43 13 150 74 112
Binary 10101010 11100100 10010100 11001 0 100011 1011 1101000 111100 1001010

Color Harmonies of #AAE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE494

Black with #AAE494

Text Example


Text Example

White with #AAE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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