Html Css Color HEX #AAF97D Feijoa

📋 copy color: '#AAF97D'

red 170 ◦ green 249 ◦ blue 125

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

Shades of Feijoa #AAF97D

Tints of Feijoa #AAF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 31.25%
G = 45.77%
B = 22.98%

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

#AAF97D (or 0xAAF97D) is known color: Feijoa. HEX triplet: AA, F9 and 7D. RGB value is (170,249,125). Sum of RGB (Red+Green+Blue) = 170+249+125=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF97D is #550682. Grayscale: #D3D3D3. Windows color (decimal): -5572227 or 8255914. OLE color: 8255914.

HSL color Cylindrical-coordinate representation of color #AAF97D: hue angle of 98.23º 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 #AAF97D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 125 -
CMYK 0.32 0 0.50 0.02
HSL 98.23º 0.91% 0.73% -
HSV(B) 98.23º 0.5% 0.98% -
XYZ 54.15 77.78 31.56 -
YUV 211.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 170 249 125 0.32 0 0.50 0.02 98.23 0.91 0.73
Hex AA F9 7D 20 0 32 2 62 5B 49
Octal 252 371 175 40 0 62 2 142 133 111
Binary 10101010 11111001 1111101 100000 0 110010 10 1100010 1011011 1001001

Color Harmonies of #AAF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF97D

Black with #AAF97D

Text Example


Text Example

White with #AAF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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