Html Css Color HEX #AAE771 Feijoa

📋 copy color: '#AAE771'

red 170 ◦ green 231 ◦ blue 113

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

Shades of Feijoa #AAE771

Tints of Feijoa #AAE771

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.94%

 BLUE value IS 113 (44.53% from 255) = 21.98%

R = 33.07%
G = 44.94%
B = 21.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#AAE771 (or 0xAAE771) is known color: Feijoa. HEX triplet: AA, E7 and 71. RGB value is (170,231,113). Sum of RGB (Red+Green+Blue) = 170+231+113=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE771 is #55188E. Grayscale: #C7C7C7. Windows color (decimal): -5576847 or 7464874. OLE color: 7464874.

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

Color convert

RGB 170 231 113 -
CMYK 0.26 0 0.51 0.09
HSL 91.02º 0.71% 0.67% -
HSV(B) 91.02º 0.51% 0.91% -
XYZ 48.13 66.89 26 -
YUV 199.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 170 231 113 0.26 0 0.51 0.09 91.02 0.71 0.67
Hex AA E7 71 1A 0 33 9 5B 47 43
Octal 252 347 161 32 0 63 11 133 107 103
Binary 10101010 11100111 1110001 11010 0 110011 1001 1011011 1000111 1000011

Color Harmonies of #AAE771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE771

Black with #AAE771

Text Example


Text Example

White with #AAE771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE771; }

 p { color: rgb(170,231,113); }

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

background-color css

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

 a { background-color: rgb(170,231,113); }

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

border-color css

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

 span { border-color: rgb(170,231,113); }

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