Html Css Color HEX #AAE97E Feijoa

📋 copy color: '#AAE97E'

red 170 ◦ green 233 ◦ blue 126

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

Shades of Feijoa #AAE97E

Tints of Feijoa #AAE97E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 32.14%
G = 44.05%
B = 23.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#AAE97E (or 0xAAE97E) is known color: Feijoa. HEX triplet: AA, E9 and 7E. RGB value is (170,233,126). Sum of RGB (Red+Green+Blue) = 170+233+126=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE97E is #551681. Grayscale: #CACACA. Windows color (decimal): -5576322 or 8317354. OLE color: 8317354.

HSL color Cylindrical-coordinate representation of color #AAE97E: hue angle of 95.33º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE97E is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 126 -
CMYK 0.27 0 0.46 0.09
HSL 95.33º 0.71% 0.7% -
HSV(B) 95.33º 0.46% 0.91% -
XYZ 49.48 68.33 30.32 -
YUV 201.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 170 233 126 0.27 0 0.46 0.09 95.33 0.71 0.7
Hex AA E9 7E 1B 0 2E 9 5F 47 46
Octal 252 351 176 33 0 56 11 137 107 106
Binary 10101010 11101001 1111110 11011 0 101110 1001 1011111 1000111 1000110

Color Harmonies of #AAE97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE97E

Black with #AAE97E

Text Example


Text Example

White with #AAE97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE97E; }

 p { color: rgb(170,233,126); }

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

background-color css

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

 a { background-color: rgb(170,233,126); }

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

border-color css

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

 span { border-color: rgb(170,233,126); }

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