Html Css Color HEX #AAF47D Feijoa

📋 copy color: '#AAF47D'

red 170 ◦ green 244 ◦ blue 125

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

Shades of Feijoa #AAF47D

Tints of Feijoa #AAF47D

RGB

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

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

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

R = 31.54%
G = 45.27%
B = 23.19%

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

#AAF47D (or 0xAAF47D) is known color: Feijoa. HEX triplet: AA, F4 and 7D. RGB value is (170,244,125). Sum of RGB (Red+Green+Blue) = 170+244+125=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47D is #550B82. Grayscale: #D0D0D0. Windows color (decimal): -5573507 or 8254634. OLE color: 8254634.

HSL color Cylindrical-coordinate representation of color #AAF47D: hue angle of 97.31º degrees, saturation: 0.84, 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 #AAF47D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 125 -
CMYK 0.30 0 0.49 0.04
HSL 97.31º 0.84% 0.72% -
HSV(B) 97.31º 0.49% 0.96% -
XYZ 52.63 74.73 31.05 -
YUV 208.31 80.98 100.68 -
System Red Green Blue C M Y K H S L
Decimal 170 244 125 0.30 0 0.49 0.04 97.31 0.84 0.72
Hex AA F4 7D 1E 0 31 4 61 54 48
Octal 252 364 175 36 0 61 4 141 124 110
Binary 10101010 11110100 1111101 11110 0 110001 100 1100001 1010100 1001000

Color Harmonies of #AAF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF47D

Black with #AAF47D

Text Example


Text Example

White with #AAF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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