Html Css Color HEX #AAE085 Feijoa

📋 copy color: '#AAE085'

red 170 ◦ green 224 ◦ blue 133

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

Shades of Feijoa #AAE085

Tints of Feijoa #AAE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 32.26%
G = 42.5%
B = 25.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#AAE085 (or 0xAAE085) is known color: Feijoa. HEX triplet: AA, E0 and 85. RGB value is (170,224,133). Sum of RGB (Red+Green+Blue) = 170+224+133=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE085 is #551F7A. Grayscale: #C5C5C5. Windows color (decimal): -5578619 or 8773802. OLE color: 8773802.

HSL color Cylindrical-coordinate representation of color #AAE085: hue angle of 95.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE085 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 133 -
CMYK 0.24 0 0.41 0.12
HSL 95.6º 0.59% 0.7% -
HSV(B) 95.6º 0.41% 0.88% -
XYZ 47.47 63.55 31.96 -
YUV 197.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 170 224 133 0.24 0 0.41 0.12 95.6 0.59 0.7
Hex AA E0 85 18 0 29 C 60 3B 46
Octal 252 340 205 30 0 51 14 140 73 106
Binary 10101010 11100000 10000101 11000 0 101001 1100 1100000 111011 1000110

Color Harmonies of #AAE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE085

Black with #AAE085

Text Example


Text Example

White with #AAE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE085; }

 p { color: rgb(170,224,133); }

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

background-color css

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

 a { background-color: rgb(170,224,133); }

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

border-color css

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

 span { border-color: rgb(170,224,133); }

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