Html Css Color HEX #AAF584 Feijoa

📋 copy color: '#AAF584'

red 170 ◦ green 245 ◦ blue 132

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

Shades of Feijoa #AAF584

Tints of Feijoa #AAF584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.13%

R = 31.08%
G = 44.79%
B = 24.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#AAF584 (or 0xAAF584) is known color: Feijoa. HEX triplet: AA, F5 and 84. RGB value is (170,245,132). Sum of RGB (Red+Green+Blue) = 170+245+132=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF584 is #550A7B. Grayscale: #D2D2D2. Windows color (decimal): -5573244 or 8713642. OLE color: 8713642.

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

Color convert

RGB 170 245 132 -
CMYK 0.31 0 0.46 0.04
HSL 99.82º 0.85% 0.74% -
HSV(B) 99.82º 0.46% 0.96% -
XYZ 53.39 75.52 33.59 -
YUV 209.69 84.15 99.69 -
System Red Green Blue C M Y K H S L
Decimal 170 245 132 0.31 0 0.46 0.04 99.82 0.85 0.74
Hex AA F5 84 1F 0 2E 4 64 55 4A
Octal 252 365 204 37 0 56 4 144 125 112
Binary 10101010 11110101 10000100 11111 0 101110 100 1100100 1010101 1001010

Color Harmonies of #AAF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF584

Black with #AAF584

Text Example


Text Example

White with #AAF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF584; }

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

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

background-color css

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

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

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

border-color css

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

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

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