Html Css Color HEX #AAFE76 Feijoa

📋 copy color: '#AAFE76'

red 170 ◦ green 254 ◦ blue 118

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

Shades of Feijoa #AAFE76

Tints of Feijoa #AAFE76

RGB

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

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

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

R = 31.37%
G = 46.86%
B = 21.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#AAFE76 (or 0xAAFE76) is known color: Feijoa. HEX triplet: AA, FE and 76. RGB value is (170,254,118). Sum of RGB (Red+Green+Blue) = 170+254+118=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE76 is #550189. Grayscale: #D5D5D5. Windows color (decimal): -5570954 or 7798442. OLE color: 7798442.

HSL color Cylindrical-coordinate representation of color #AAFE76: hue angle of 97.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFE76 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 118 -
CMYK 0.33 0 0.54 0.00
HSL 97.06º 0.99% 0.73% -
HSV(B) 97.06º 0.54% 1% -
XYZ 55.29 80.74 29.81 -
YUV 213.38 74.17 97.06 -
System Red Green Blue C M Y K H S L
Decimal 170 254 118 0.33 0 0.54 0.00 97.06 0.99 0.73
Hex AA FE 76 21 0 36 0 61 63 49
Octal 252 376 166 41 0 66 0 141 143 111
Binary 10101010 11111110 1110110 100001 0 110110 0 1100001 1100011 1001001

Color Harmonies of #AAFE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE76

Black with #AAFE76

Text Example


Text Example

White with #AAFE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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