Html Css Color HEX #AAF97C Feijoa

📋 copy color: '#AAF97C'

red 170 ◦ green 249 ◦ blue 124

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

Shades of Feijoa #AAF97C

Tints of Feijoa #AAF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.86%

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

R = 31.31%
G = 45.86%
B = 22.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#AAF97C (or 0xAAF97C) is known color: Feijoa. HEX triplet: AA, F9 and 7C. RGB value is (170,249,124). Sum of RGB (Red+Green+Blue) = 170+249+124=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF97C is #550683. Grayscale: #D3D3D3. Windows color (decimal): -5572228 or 8190378. OLE color: 8190378.

HSL color Cylindrical-coordinate representation of color #AAF97C: hue angle of 97.92º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF97C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 124 -
CMYK 0.32 0 0.50 0.02
HSL 97.92º 0.91% 0.73% -
HSV(B) 97.92º 0.5% 0.98% -
XYZ 54.09 77.75 31.23 -
YUV 211.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 170 249 124 0.32 0 0.50 0.02 97.92 0.91 0.73
Hex AA F9 7C 20 0 32 2 62 5B 49
Octal 252 371 174 40 0 62 2 142 133 111
Binary 10101010 11111001 1111100 100000 0 110010 10 1100010 1011011 1001001

Color Harmonies of #AAF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF97C

Black with #AAF97C

Text Example


Text Example

White with #AAF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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