Html Css Color HEX #AAE574 Feijoa

📋 copy color: '#AAE574'

red 170 ◦ green 229 ◦ blue 116

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

Shades of Feijoa #AAE574

Tints of Feijoa #AAE574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 33.01%
G = 44.47%
B = 22.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#AAE574 (or 0xAAE574) is known color: Feijoa. HEX triplet: AA, E5 and 74. RGB value is (170,229,116). Sum of RGB (Red+Green+Blue) = 170+229+116=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE574 is #551A8B. Grayscale: #C6C6C6. Windows color (decimal): -5577356 or 7660970. OLE color: 7660970.

HSL color Cylindrical-coordinate representation of color #AAE574: hue angle of 91.33º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE574 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 116 -
CMYK 0.26 0 0.49 0.10
HSL 91.33º 0.68% 0.68% -
HSV(B) 91.33º 0.49% 0.9% -
XYZ 47.75 65.85 26.72 -
YUV 198.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 170 229 116 0.26 0 0.49 0.10 91.33 0.68 0.68
Hex AA E5 74 1A 0 31 A 5B 44 44
Octal 252 345 164 32 0 61 12 133 104 104
Binary 10101010 11100101 1110100 11010 0 110001 1010 1011011 1000100 1000100

Color Harmonies of #AAE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE574

Black with #AAE574

Text Example


Text Example

White with #AAE574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE574; }

 p { color: rgb(170,229,116); }

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

background-color css

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

 a { background-color: rgb(170,229,116); }

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

border-color css

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

 span { border-color: rgb(170,229,116); }

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