Html Css Color HEX #AAED71 Feijoa

📋 copy color: '#AAED71'

red 170 ◦ green 237 ◦ blue 113

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

Shades of Feijoa #AAED71

Tints of Feijoa #AAED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 32.69%
G = 45.58%
B = 21.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#AAED71 (or 0xAAED71) is known color: Feijoa. HEX triplet: AA, ED and 71. RGB value is (170,237,113). Sum of RGB (Red+Green+Blue) = 170+237+113=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED71 is #55128E. Grayscale: #CBCBCB. Windows color (decimal): -5575311 or 7466410. OLE color: 7466410.

HSL color Cylindrical-coordinate representation of color #AAED71: hue angle of 92.42º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAED71 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 113 -
CMYK 0.28 0 0.52 0.07
HSL 92.42º 0.78% 0.69% -
HSV(B) 92.42º 0.52% 0.93% -
XYZ 49.84 70.31 26.57 -
YUV 202.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 170 237 113 0.28 0 0.52 0.07 92.42 0.78 0.69
Hex AA ED 71 1C 0 34 7 5C 4E 45
Octal 252 355 161 34 0 64 7 134 116 105
Binary 10101010 11101101 1110001 11100 0 110100 111 1011100 1001110 1000101

Color Harmonies of #AAED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED71

Black with #AAED71

Text Example


Text Example

White with #AAED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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