Html Css Color HEX #AAE986 Feijoa

📋 copy color: '#AAE986'

red 170 ◦ green 233 ◦ blue 134

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

Shades of Feijoa #AAE986

Tints of Feijoa #AAE986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.39%

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

R = 31.66%
G = 43.39%
B = 24.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#AAE986 (or 0xAAE986) is known color: Feijoa. HEX triplet: AA, E9 and 86. RGB value is (170,233,134). Sum of RGB (Red+Green+Blue) = 170+233+134=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE986 is #551679. Grayscale: #CBCBCB. Windows color (decimal): -5576314 or 8841642. OLE color: 8841642.

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

Color convert

RGB 170 233 134 -
CMYK 0.27 0 0.42 0.09
HSL 98.18º 0.69% 0.72% -
HSV(B) 98.18º 0.42% 0.91% -
XYZ 50.02 68.55 33.15 -
YUV 202.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 170 233 134 0.27 0 0.42 0.09 98.18 0.69 0.72
Hex AA E9 86 1B 0 2A 9 62 45 48
Octal 252 351 206 33 0 52 11 142 105 110
Binary 10101010 11101001 10000110 11011 0 101010 1001 1100010 1000101 1001000

Color Harmonies of #AAE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE986

Black with #AAE986

Text Example


Text Example

White with #AAE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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