Html Css Color HEX #AAF47C Feijoa

📋 copy color: '#AAF47C'

red 170 ◦ green 244 ◦ blue 124

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

Shades of Feijoa #AAF47C

Tints of Feijoa #AAF47C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

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

R = 31.6%
G = 45.35%
B = 23.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#AAF47C (or 0xAAF47C) is known color: Feijoa. HEX triplet: AA, F4 and 7C. RGB value is (170,244,124). Sum of RGB (Red+Green+Blue) = 170+244+124=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47C is #550B83. Grayscale: #D0D0D0. Windows color (decimal): -5573508 or 8189098. OLE color: 8189098.

HSL color Cylindrical-coordinate representation of color #AAF47C: hue angle of 97º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF47C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 124 -
CMYK 0.30 0 0.49 0.04
HSL 97º 0.85% 0.72% -
HSV(B) 97º 0.49% 0.96% -
XYZ 52.57 74.7 30.72 -
YUV 208.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 170 244 124 0.30 0 0.49 0.04 97 0.85 0.72
Hex AA F4 7C 1E 0 31 4 61 55 48
Octal 252 364 174 36 0 61 4 141 125 110
Binary 10101010 11110100 1111100 11110 0 110001 100 1100001 1010101 1001000

Color Harmonies of #AAF47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF47C

Black with #AAF47C

Text Example


Text Example

White with #AAF47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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