Html Css Color HEX #AAF46D Feijoa

📋 copy color: '#AAF46D'

red 170 ◦ green 244 ◦ blue 109

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

Shades of Feijoa #AAF46D

Tints of Feijoa #AAF46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.84%

R = 32.5%
G = 46.65%
B = 20.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#AAF46D (or 0xAAF46D) is known color: Feijoa. HEX triplet: AA, F4 and 6D. RGB value is (170,244,109). Sum of RGB (Red+Green+Blue) = 170+244+109=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF46D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF46D is #550B92. Grayscale: #CECECE. Windows color (decimal): -5573523 or 7206058. OLE color: 7206058.

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

Color convert

RGB 170 244 109 -
CMYK 0.30 0 0.55 0.04
HSL 92.89º 0.86% 0.69% -
HSV(B) 92.89º 0.55% 0.96% -
XYZ 51.69 74.35 26.1 -
YUV 206.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 170 244 109 0.30 0 0.55 0.04 92.89 0.86 0.69
Hex AA F4 6D 1E 0 37 4 5D 56 45
Octal 252 364 155 36 0 67 4 135 126 105
Binary 10101010 11110100 1101101 11110 0 110111 100 1011101 1010110 1000101

Color Harmonies of #AAF46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF46D

Black with #AAF46D

Text Example


Text Example

White with #AAF46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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