Html Css Color HEX #AAE885 Feijoa

📋 copy color: '#AAE885'

red 170 ◦ green 232 ◦ blue 133

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

Shades of Feijoa #AAE885

Tints of Feijoa #AAE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

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

R = 31.78%
G = 43.36%
B = 24.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#AAE885 (or 0xAAE885) is known color: Feijoa. HEX triplet: AA, E8 and 85. RGB value is (170,232,133). Sum of RGB (Red+Green+Blue) = 170+232+133=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE885 is #55177A. Grayscale: #CACACA. Windows color (decimal): -5576571 or 8775850. OLE color: 8775850.

HSL color Cylindrical-coordinate representation of color #AAE885: hue angle of 97.58º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE885 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 133 -
CMYK 0.27 0 0.43 0.09
HSL 97.58º 0.68% 0.72% -
HSV(B) 97.58º 0.43% 0.91% -
XYZ 49.67 67.95 32.69 -
YUV 202.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 170 232 133 0.27 0 0.43 0.09 97.58 0.68 0.72
Hex AA E8 85 1B 0 2B 9 62 44 48
Octal 252 350 205 33 0 53 11 142 104 110
Binary 10101010 11101000 10000101 11011 0 101011 1001 1100010 1000100 1001000

Color Harmonies of #AAE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE885

Black with #AAE885

Text Example


Text Example

White with #AAE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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