Html Css Color HEX #AAFC7A Feijoa

📋 copy color: '#AAFC7A'

red 170 ◦ green 252 ◦ blue 122

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

Shades of Feijoa #AAFC7A

Tints of Feijoa #AAFC7A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.32%

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

R = 31.25%
G = 46.32%
B = 22.43%

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

#AAFC7A (or 0xAAFC7A) is known color: Feijoa. HEX triplet: AA, FC and 7A. RGB value is (170,252,122). Sum of RGB (Red+Green+Blue) = 170+252+122=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC7A is #550385. Grayscale: #D5D5D5. Windows color (decimal): -5571462 or 8060074. OLE color: 8060074.

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

Color convert

RGB 170 252 122 -
CMYK 0.33 0 0.52 0.01
HSL 97.85º 0.96% 0.73% -
HSV(B) 97.85º 0.52% 0.99% -
XYZ 54.9 79.57 30.88 -
YUV 212.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 170 252 122 0.33 0 0.52 0.01 97.85 0.96 0.73
Hex AA FC 7A 21 0 34 1 62 60 49
Octal 252 374 172 41 0 64 1 142 140 111
Binary 10101010 11111100 1111010 100001 0 110100 1 1100010 1100000 1001001

Color Harmonies of #AAFC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC7A

Black with #AAFC7A

Text Example


Text Example

White with #AAFC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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