Html Css Color HEX #AAFE7F Feijoa

📋 copy color: '#AAFE7F'

red 170 ◦ green 254 ◦ blue 127

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

Shades of Feijoa #AAFE7F

Tints of Feijoa #AAFE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.05%

R = 30.85%
G = 46.1%
B = 23.05%

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

#AAFE7F (or 0xAAFE7F) is known color: Feijoa. HEX triplet: AA, FE and 7F. RGB value is (170,254,127). Sum of RGB (Red+Green+Blue) = 170+254+127=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE7F is #550180. Grayscale: #D6D6D6. Windows color (decimal): -5570945 or 8388266. OLE color: 8388266.

HSL color Cylindrical-coordinate representation of color #AAFE7F: hue angle of 99.69º 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 #AAFE7F is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 127 -
CMYK 0.33 0 0.50 0.00
HSL 99.69º 0.98% 0.75% -
HSV(B) 99.69º 0.5% 1% -
XYZ 55.85 80.96 32.76 -
YUV 214.41 78.67 96.33 -
System Red Green Blue C M Y K H S L
Decimal 170 254 127 0.33 0 0.50 0.00 99.69 0.98 0.75
Hex AA FE 7F 21 0 32 0 64 62 4B
Octal 252 376 177 41 0 62 0 144 142 113
Binary 10101010 11111110 1111111 100001 0 110010 0 1100100 1100010 1001011

Color Harmonies of #AAFE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE7F

Black with #AAFE7F

Text Example


Text Example

White with #AAFE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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