Html Css Color HEX #AAE286 Feijoa

📋 copy color: '#AAE286'

red 170 ◦ green 226 ◦ blue 134

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

Shades of Feijoa #AAE286

Tints of Feijoa #AAE286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 32.08%
G = 42.64%
B = 25.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AAE286 (or 0xAAE286) is known color: Feijoa. HEX triplet: AA, E2 and 86. RGB value is (170,226,134). Sum of RGB (Red+Green+Blue) = 170+226+134=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE286 is #551D79. Grayscale: #C7C7C7. Windows color (decimal): -5578106 or 8839850. OLE color: 8839850.

HSL color Cylindrical-coordinate representation of color #AAE286: hue angle of 96.52º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE286 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 134 -
CMYK 0.25 0 0.41 0.11
HSL 96.52º 0.61% 0.71% -
HSV(B) 96.52º 0.41% 0.89% -
XYZ 48.08 64.66 32.5 -
YUV 198.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 170 226 134 0.25 0 0.41 0.11 96.52 0.61 0.71
Hex AA E2 86 19 0 29 B 61 3D 47
Octal 252 342 206 31 0 51 13 141 75 107
Binary 10101010 11100010 10000110 11001 0 101001 1011 1100001 111101 1000111

Color Harmonies of #AAE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE286

Black with #AAE286

Text Example


Text Example

White with #AAE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE286; }

 p { color: rgb(170,226,134); }

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

background-color css

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

 a { background-color: rgb(170,226,134); }

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

border-color css

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

 span { border-color: rgb(170,226,134); }

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