Html Css Color HEX #AAE595 Granny Smith Apple

📋 copy color: '#AAE595'

red 170 ◦ green 229 ◦ blue 149

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

Shades of Granny Smith Apple #AAE595

Tints of Granny Smith Apple #AAE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.79%

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 31.02%
G = 41.79%
B = 27.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#AAE595 (or 0xAAE595) is known color: Granny Smith Apple. HEX triplet: AA, E5 and 95. RGB value is (170,229,149). Sum of RGB (Red+Green+Blue) = 170+229+149=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE595 is #551A6A. Grayscale: #CACACA. Windows color (decimal): -5577323 or 9823658. OLE color: 9823658.

HSL color Cylindrical-coordinate representation of color #AAE595: hue angle of 104.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE595 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 149 -
CMYK 0.26 0 0.35 0.10
HSL 104.25º 0.61% 0.74% -
HSV(B) 104.25º 0.35% 0.9% -
XYZ 50.02 66.75 38.68 -
YUV 202.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 170 229 149 0.26 0 0.35 0.10 104.25 0.61 0.74
Hex AA E5 95 1A 0 23 A 68 3D 4A
Octal 252 345 225 32 0 43 12 150 75 112
Binary 10101010 11100101 10010101 11010 0 100011 1010 1101000 111101 1001010

Color Harmonies of #AAE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE595

Black with #AAE595

Text Example


Text Example

White with #AAE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE595; }

 p { color: rgb(170,229,149); }

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

background-color css

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

 a { background-color: rgb(170,229,149); }

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

border-color css

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

 span { border-color: rgb(170,229,149); }

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