Html Css Color HEX #AAFE7A Feijoa

📋 copy color: '#AAFE7A'

red 170 ◦ green 254 ◦ blue 122

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

Shades of Feijoa #AAFE7A

Tints of Feijoa #AAFE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 31.14%
G = 46.52%
B = 22.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#AAFE7A (or 0xAAFE7A) is known color: Feijoa. HEX triplet: AA, FE and 7A. RGB value is (170,254,122). Sum of RGB (Red+Green+Blue) = 170+254+122=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE7A is #550185. Grayscale: #D6D6D6. Windows color (decimal): -5570950 or 8060586. OLE color: 8060586.

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

Color convert

RGB 170 254 122 -
CMYK 0.33 0 0.52 0.00
HSL 98.18º 0.99% 0.74% -
HSV(B) 98.18º 0.52% 1% -
XYZ 55.53 80.83 31.09 -
YUV 213.84 76.17 96.73 -
System Red Green Blue C M Y K H S L
Decimal 170 254 122 0.33 0 0.52 0.00 98.18 0.99 0.74
Hex AA FE 7A 21 0 34 0 62 63 4A
Octal 252 376 172 41 0 64 0 142 143 112
Binary 10101010 11111110 1111010 100001 0 110100 0 1100010 1100011 1001010

Color Harmonies of #AAFE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE7A

Black with #AAFE7A

Text Example


Text Example

White with #AAFE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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