Html Css Color HEX #AAE58D Feijoa

📋 copy color: '#AAE58D'

red 170 ◦ green 229 ◦ blue 141

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

Shades of Feijoa #AAE58D

Tints of Feijoa #AAE58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 31.48%
G = 42.41%
B = 26.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#AAE58D (or 0xAAE58D) is known color: Feijoa. HEX triplet: AA, E5 and 8D. RGB value is (170,229,141). Sum of RGB (Red+Green+Blue) = 170+229+141=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58D is #551A72. Grayscale: #C9C9C9. Windows color (decimal): -5577331 or 9299370. OLE color: 9299370.

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

Color convert

RGB 170 229 141 -
CMYK 0.26 0 0.38 0.10
HSL 100.23º 0.63% 0.73% -
HSV(B) 100.23º 0.38% 0.9% -
XYZ 49.4 66.51 35.43 -
YUV 201.33 93.95 105.66 -
System Red Green Blue C M Y K H S L
Decimal 170 229 141 0.26 0 0.38 0.10 100.23 0.63 0.73
Hex AA E5 8D 1A 0 26 A 64 3F 49
Octal 252 345 215 32 0 46 12 144 77 111
Binary 10101010 11100101 10001101 11010 0 100110 1010 1100100 111111 1001001

Color Harmonies of #AAE58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE58D

Black with #AAE58D

Text Example


Text Example

White with #AAE58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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