Html Css Color HEX #AAEB7A Feijoa

📋 copy color: '#AAEB7A'

red 170 ◦ green 235 ◦ blue 122

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

Shades of Feijoa #AAEB7A

Tints of Feijoa #AAEB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.59%

 BLUE value IS 122 (48.05% from 255) = 23.15%

R = 32.26%
G = 44.59%
B = 23.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#AAEB7A (or 0xAAEB7A) is known color: Feijoa. HEX triplet: AA, EB and 7A. RGB value is (170,235,122). Sum of RGB (Red+Green+Blue) = 170+235+122=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB7A is #551485. Grayscale: #CBCBCB. Windows color (decimal): -5575814 or 8055722. OLE color: 8055722.

HSL color Cylindrical-coordinate representation of color #AAEB7A: hue angle of 94.51º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAEB7A is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 122 -
CMYK 0.28 0 0.48 0.08
HSL 94.51º 0.74% 0.7% -
HSV(B) 94.51º 0.48% 0.92% -
XYZ 49.8 69.37 29.18 -
YUV 202.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 170 235 122 0.28 0 0.48 0.08 94.51 0.74 0.7
Hex AA EB 7A 1C 0 30 8 5F 4A 46
Octal 252 353 172 34 0 60 10 137 112 106
Binary 10101010 11101011 1111010 11100 0 110000 1000 1011111 1001010 1000110

Color Harmonies of #AAEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB7A

Black with #AAEB7A

Text Example


Text Example

White with #AAEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB7A; }

 p { color: rgb(170,235,122); }

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

background-color css

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

 a { background-color: rgb(170,235,122); }

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

border-color css

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

 span { border-color: rgb(170,235,122); }

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