Html Css Color HEX #AAE095 Granny Smith Apple

📋 copy color: '#AAE095'

red 170 ◦ green 224 ◦ blue 149

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

Shades of Granny Smith Apple #AAE095

Tints of Granny Smith Apple #AAE095

RGB

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

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

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

R = 31.31%
G = 41.25%
B = 27.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#AAE095 (or 0xAAE095) is known color: Granny Smith Apple. HEX triplet: AA, E0 and 95. RGB value is (170,224,149). Sum of RGB (Red+Green+Blue) = 170+224+149=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE095 is #551F6A. Grayscale: #C7C7C7. Windows color (decimal): -5578603 or 9822378. OLE color: 9822378.

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

Color convert

RGB 170 224 149 -
CMYK 0.24 0 0.33 0.12
HSL 103.2º 0.55% 0.73% -
HSV(B) 103.2º 0.33% 0.88% -
XYZ 48.66 64.03 38.23 -
YUV 199.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 170 224 149 0.24 0 0.33 0.12 103.2 0.55 0.73
Hex AA E0 95 18 0 21 C 67 37 49
Octal 252 340 225 30 0 41 14 147 67 111
Binary 10101010 11100000 10010101 11000 0 100001 1100 1100111 110111 1001001

Color Harmonies of #AAE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE095

Black with #AAE095

Text Example


Text Example

White with #AAE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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