Html Css Color HEX #AAF56D Feijoa

📋 copy color: '#AAF56D'

red 170 ◦ green 245 ◦ blue 109

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

Shades of Feijoa #AAF56D

Tints of Feijoa #AAF56D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

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

R = 32.44%
G = 46.76%
B = 20.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#AAF56D (or 0xAAF56D) is known color: Feijoa. HEX triplet: AA, F5 and 6D. RGB value is (170,245,109). Sum of RGB (Red+Green+Blue) = 170+245+109=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56D is #550A92. Grayscale: #CFCFCF. Windows color (decimal): -5573267 or 7206314. OLE color: 7206314.

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

Color convert

RGB 170 245 109 -
CMYK 0.31 0 0.56 0.04
HSL 93.09º 0.87% 0.69% -
HSV(B) 93.09º 0.56% 0.96% -
XYZ 51.99 74.95 26.2 -
YUV 207.07 72.65 101.56 -
System Red Green Blue C M Y K H S L
Decimal 170 245 109 0.31 0 0.56 0.04 93.09 0.87 0.69
Hex AA F5 6D 1F 0 38 4 5D 57 45
Octal 252 365 155 37 0 70 4 135 127 105
Binary 10101010 11110101 1101101 11111 0 111000 100 1011101 1010111 1000101

Color Harmonies of #AAF56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF56D

Black with #AAF56D

Text Example


Text Example

White with #AAF56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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