Html Css Color HEX #AAFE7D Feijoa

📋 copy color: '#AAFE7D'

red 170 ◦ green 254 ◦ blue 125

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

Shades of Feijoa #AAFE7D

Tints of Feijoa #AAFE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.77%

R = 30.97%
G = 46.27%
B = 22.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#AAFE7D (or 0xAAFE7D) is known color: Feijoa. HEX triplet: AA, FE and 7D. RGB value is (170,254,125). Sum of RGB (Red+Green+Blue) = 170+254+125=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE7D is #550182. Grayscale: #D6D6D6. Windows color (decimal): -5570947 or 8257194. OLE color: 8257194.

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

Color convert

RGB 170 254 125 -
CMYK 0.33 0 0.51 0.00
HSL 99.07º 0.98% 0.74% -
HSV(B) 99.07º 0.51% 1% -
XYZ 55.72 80.91 32.08 -
YUV 214.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 170 254 125 0.33 0 0.51 0.00 99.07 0.98 0.74
Hex AA FE 7D 21 0 33 0 63 62 4A
Octal 252 376 175 41 0 63 0 143 142 112
Binary 10101010 11111110 1111101 100001 0 110011 0 1100011 1100010 1001010

Color Harmonies of #AAFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE7D

Black with #AAFE7D

Text Example


Text Example

White with #AAFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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