Html Css Color HEX #AAE094 Granny Smith Apple

📋 copy color: '#AAE094'

red 170 ◦ green 224 ◦ blue 148

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

Shades of Granny Smith Apple #AAE094

Tints of Granny Smith Apple #AAE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

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

R = 31.37%
G = 41.33%
B = 27.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#AAE094 (or 0xAAE094) is known color: Granny Smith Apple. HEX triplet: AA, E0 and 94. RGB value is (170,224,148). Sum of RGB (Red+Green+Blue) = 170+224+148=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE094 is #551F6B. Grayscale: #C7C7C7. Windows color (decimal): -5578604 or 9756842. OLE color: 9756842.

HSL color Cylindrical-coordinate representation of color #AAE094: hue angle of 102.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAE094 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 148 -
CMYK 0.24 0 0.34 0.12
HSL 102.63º 0.55% 0.73% -
HSV(B) 102.63º 0.34% 0.88% -
XYZ 48.58 64 37.81 -
YUV 199.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 170 224 148 0.24 0 0.34 0.12 102.63 0.55 0.73
Hex AA E0 94 18 0 22 C 67 37 49
Octal 252 340 224 30 0 42 14 147 67 111
Binary 10101010 11100000 10010100 11000 0 100010 1100 1100111 110111 1001001

Color Harmonies of #AAE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE094

Black with #AAE094

Text Example


Text Example

White with #AAE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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