Html Css Color HEX #AAE076 Feijoa

📋 copy color: '#AAE076'

red 170 ◦ green 224 ◦ blue 118

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

Shades of Feijoa #AAE076

Tints of Feijoa #AAE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 33.2%
G = 43.75%
B = 23.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#AAE076 (or 0xAAE076) is known color: Feijoa. HEX triplet: AA, E0 and 76. RGB value is (170,224,118). Sum of RGB (Red+Green+Blue) = 170+224+118=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE076 is #551F89. Grayscale: #C4C4C4. Windows color (decimal): -5578634 or 7790762. OLE color: 7790762.

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

Color convert

RGB 170 224 118 -
CMYK 0.24 0 0.47 0.12
HSL 90.57º 0.63% 0.67% -
HSV(B) 90.57º 0.47% 0.88% -
XYZ 46.5 63.17 26.88 -
YUV 195.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 170 224 118 0.24 0 0.47 0.12 90.57 0.63 0.67
Hex AA E0 76 18 0 2F C 5B 3F 43
Octal 252 340 166 30 0 57 14 133 77 103
Binary 10101010 11100000 1110110 11000 0 101111 1100 1011011 111111 1000011

Color Harmonies of #AAE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE076

Black with #AAE076

Text Example


Text Example

White with #AAE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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