Html Css Color HEX #AAE971 Feijoa

📋 copy color: '#AAE971'

red 170 ◦ green 233 ◦ blue 113

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

Shades of Feijoa #AAE971

Tints of Feijoa #AAE971

RGB

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

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

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

R = 32.95%
G = 45.16%
B = 21.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#AAE971 (or 0xAAE971) is known color: Feijoa. HEX triplet: AA, E9 and 71. RGB value is (170,233,113). Sum of RGB (Red+Green+Blue) = 170+233+113=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE971 is #55168E. Grayscale: #C8C8C8. Windows color (decimal): -5576335 or 7465386. OLE color: 7465386.

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

Color convert

RGB 170 233 113 -
CMYK 0.27 0 0.52 0.09
HSL 91.5º 0.73% 0.68% -
HSV(B) 91.5º 0.52% 0.91% -
XYZ 48.7 68.02 26.18 -
YUV 200.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 170 233 113 0.27 0 0.52 0.09 91.5 0.73 0.68
Hex AA E9 71 1B 0 34 9 5C 49 44
Octal 252 351 161 33 0 64 11 134 111 104
Binary 10101010 11101001 1110001 11011 0 110100 1001 1011100 1001001 1000100

Color Harmonies of #AAE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE971

Black with #AAE971

Text Example


Text Example

White with #AAE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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