Html Css Color HEX #AAF47A Feijoa

📋 copy color: '#AAF47A'

red 170 ◦ green 244 ◦ blue 122

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

Shades of Feijoa #AAF47A

Tints of Feijoa #AAF47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 31.72%
G = 45.52%
B = 22.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#AAF47A (or 0xAAF47A) is known color: Feijoa. HEX triplet: AA, F4 and 7A. RGB value is (170,244,122). Sum of RGB (Red+Green+Blue) = 170+244+122=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47A is #550B85. Grayscale: #D0D0D0. Windows color (decimal): -5573510 or 8058026. OLE color: 8058026.

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

Color convert

RGB 170 244 122 -
CMYK 0.30 0 0.5 0.04
HSL 96.39º 0.85% 0.72% -
HSV(B) 96.39º 0.5% 0.96% -
XYZ 52.44 74.65 30.06 -
YUV 207.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 170 244 122 0.30 0 0.5 0.04 96.39 0.85 0.72
Hex AA F4 7A 1E 0 32 4 60 55 48
Octal 252 364 172 36 0 62 4 140 125 110
Binary 10101010 11110100 1111010 11110 0 110010 100 1100000 1010101 1001000

Color Harmonies of #AAF47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF47A

Black with #AAF47A

Text Example


Text Example

White with #AAF47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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