Html Css Color HEX #AAFE7E Feijoa

📋 copy color: '#AAFE7E'

red 170 ◦ green 254 ◦ blue 126

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

Shades of Feijoa #AAFE7E

Tints of Feijoa #AAFE7E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 126 (49.61% from 255) = 22.91%

R = 30.91%
G = 46.18%
B = 22.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#AAFE7E (or 0xAAFE7E) is known color: Feijoa. HEX triplet: AA, FE and 7E. RGB value is (170,254,126). Sum of RGB (Red+Green+Blue) = 170+254+126=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE7E is #550181. Grayscale: #D6D6D6. Windows color (decimal): -5570946 or 8322730. OLE color: 8322730.

HSL color Cylindrical-coordinate representation of color #AAFE7E: hue angle of 99.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAFE7E is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 126 -
CMYK 0.33 0 0.50 0.00
HSL 99.38º 0.98% 0.75% -
HSV(B) 99.38º 0.5% 1% -
XYZ 55.79 80.94 32.42 -
YUV 214.29 78.17 96.41 -
System Red Green Blue C M Y K H S L
Decimal 170 254 126 0.33 0 0.50 0.00 99.38 0.98 0.75
Hex AA FE 7E 21 0 32 0 63 62 4B
Octal 252 376 176 41 0 62 0 143 142 113
Binary 10101010 11111110 1111110 100001 0 110010 0 1100011 1100010 1001011

Color Harmonies of #AAFE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE7E

Black with #AAFE7E

Text Example


Text Example

White with #AAFE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE7E; }

 p { color: rgb(170,254,126); }

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

background-color css

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

 a { background-color: rgb(170,254,126); }

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

border-color css

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

 span { border-color: rgb(170,254,126); }

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