Html Css Color HEX #AAFD7C Feijoa

📋 copy color: '#AAFD7C'

red 170 ◦ green 253 ◦ blue 124

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

Shades of Feijoa #AAFD7C

Tints of Feijoa #AAFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 31.08%
G = 46.25%
B = 22.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#AAFD7C (or 0xAAFD7C) is known color: Feijoa. HEX triplet: AA, FD and 7C. RGB value is (170,253,124). Sum of RGB (Red+Green+Blue) = 170+253+124=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD7C is #550283. Grayscale: #D5D5D5. Windows color (decimal): -5571204 or 8191402. OLE color: 8191402.

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

Color convert

RGB 170 253 124 -
CMYK 0.33 0 0.51 0.01
HSL 98.6º 0.97% 0.74% -
HSV(B) 98.6º 0.51% 0.99% -
XYZ 55.34 80.25 31.64 -
YUV 213.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 170 253 124 0.33 0 0.51 0.01 98.6 0.97 0.74
Hex AA FD 7C 21 0 33 1 63 61 4A
Octal 252 375 174 41 0 63 1 143 141 112
Binary 10101010 11111101 1111100 100001 0 110011 1 1100011 1100001 1001010

Color Harmonies of #AAFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD7C

Black with #AAFD7C

Text Example


Text Example

White with #AAFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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