Html Css Color HEX #AAE575 Feijoa

📋 copy color: '#AAE575'

red 170 ◦ green 229 ◦ blue 117

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

Shades of Feijoa #AAE575

Tints of Feijoa #AAE575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 32.95%
G = 44.38%
B = 22.67%

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

#AAE575 (or 0xAAE575) is known color: Feijoa. HEX triplet: AA, E5 and 75. RGB value is (170,229,117). Sum of RGB (Red+Green+Blue) = 170+229+117=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE575 is #551A8A. Grayscale: #C6C6C6. Windows color (decimal): -5577355 or 7726506. OLE color: 7726506.

HSL color Cylindrical-coordinate representation of color #AAE575: hue angle of 91.61º 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 #AAE575 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 117 -
CMYK 0.26 0 0.49 0.10
HSL 91.61º 0.68% 0.68% -
HSV(B) 91.61º 0.49% 0.9% -
XYZ 47.81 65.87 27.02 -
YUV 198.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 170 229 117 0.26 0 0.49 0.10 91.61 0.68 0.68
Hex AA E5 75 1A 0 31 A 5C 44 44
Octal 252 345 165 32 0 61 12 134 104 104
Binary 10101010 11100101 1110101 11010 0 110001 1010 1011100 1000100 1000100

Color Harmonies of #AAE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE575

Black with #AAE575

Text Example


Text Example

White with #AAE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE575; }

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

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

background-color css

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

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

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

border-color css

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

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

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