Html Css Color HEX #AAFC7C Feijoa

📋 copy color: '#AAFC7C'

red 170 ◦ green 252 ◦ blue 124

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

Shades of Feijoa #AAFC7C

Tints of Feijoa #AAFC7C

RGB

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

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

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

R = 31.14%
G = 46.15%
B = 22.71%

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

#AAFC7C (or 0xAAFC7C) is known color: Feijoa. HEX triplet: AA, FC and 7C. RGB value is (170,252,124). Sum of RGB (Red+Green+Blue) = 170+252+124=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC7C is #550383. Grayscale: #D5D5D5. Windows color (decimal): -5571460 or 8191146. OLE color: 8191146.

HSL color Cylindrical-coordinate representation of color #AAFC7C: hue angle of 98.44º degrees, saturation: 0.96, 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 #AAFC7C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 124 -
CMYK 0.33 0 0.51 0.01
HSL 98.44º 0.96% 0.74% -
HSV(B) 98.44º 0.51% 0.99% -
XYZ 55.03 79.62 31.54 -
YUV 212.89 77.83 97.41 -
System Red Green Blue C M Y K H S L
Decimal 170 252 124 0.33 0 0.51 0.01 98.44 0.96 0.74
Hex AA FC 7C 21 0 33 1 62 60 4A
Octal 252 374 174 41 0 63 1 142 140 112
Binary 10101010 11111100 1111100 100001 0 110011 1 1100010 1100000 1001010

Color Harmonies of #AAFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC7C

Black with #AAFC7C

Text Example


Text Example

White with #AAFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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