Html Css Color HEX #AAFD7A Feijoa

📋 copy color: '#AAFD7A'

red 170 ◦ green 253 ◦ blue 122

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

Shades of Feijoa #AAFD7A

Tints of Feijoa #AAFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.42%

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

R = 31.19%
G = 46.42%
B = 22.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#AAFD7A (or 0xAAFD7A) is known color: Feijoa. HEX triplet: AA, FD and 7A. RGB value is (170,253,122). Sum of RGB (Red+Green+Blue) = 170+253+122=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD7A is #550285. Grayscale: #D5D5D5. Windows color (decimal): -5571206 or 8060330. OLE color: 8060330.

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

Color convert

RGB 170 253 122 -
CMYK 0.33 0 0.52 0.01
HSL 98.02º 0.97% 0.74% -
HSV(B) 98.02º 0.52% 0.99% -
XYZ 55.22 80.2 30.98 -
YUV 213.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 170 253 122 0.33 0 0.52 0.01 98.02 0.97 0.74
Hex AA FD 7A 21 0 34 1 62 61 4A
Octal 252 375 172 41 0 64 1 142 141 112
Binary 10101010 11111101 1111010 100001 0 110100 1 1100010 1100001 1001010

Color Harmonies of #AAFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD7A

Black with #AAFD7A

Text Example


Text Example

White with #AAFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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