Html Css Color HEX #AAEE76 Feijoa

📋 copy color: '#AAEE76'

red 170 ◦ green 238 ◦ blue 118

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

Shades of Feijoa #AAEE76

Tints of Feijoa #AAEE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

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

R = 32.32%
G = 45.25%
B = 22.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#AAEE76 (or 0xAAEE76) is known color: Feijoa. HEX triplet: AA, EE and 76. RGB value is (170,238,118). Sum of RGB (Red+Green+Blue) = 170+238+118=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE76 is #551189. Grayscale: #CCCCCC. Windows color (decimal): -5575050 or 7794346. OLE color: 7794346.

HSL color Cylindrical-coordinate representation of color #AAEE76: hue angle of 94º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAEE76 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 118 -
CMYK 0.29 0 0.50 0.07
HSL 94º 0.78% 0.7% -
HSV(B) 94º 0.5% 0.93% -
XYZ 50.42 71 28.19 -
YUV 203.99 79.47 103.76 -
System Red Green Blue C M Y K H S L
Decimal 170 238 118 0.29 0 0.50 0.07 94 0.78 0.7
Hex AA EE 76 1D 0 32 7 5E 4E 46
Octal 252 356 166 35 0 62 7 136 116 106
Binary 10101010 11101110 1110110 11101 0 110010 111 1011110 1001110 1000110

Color Harmonies of #AAEE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE76

Black with #AAEE76

Text Example


Text Example

White with #AAEE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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