Html Css Color HEX #AAFA84 Feijoa

📋 copy color: '#AAFA84'

red 170 ◦ green 250 ◦ blue 132

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

Shades of Feijoa #AAFA84

Tints of Feijoa #AAFA84

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

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

R = 30.8%
G = 45.29%
B = 23.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#AAFA84 (or 0xAAFA84) is known color: Feijoa. HEX triplet: AA, FA and 84. RGB value is (170,250,132). Sum of RGB (Red+Green+Blue) = 170+250+132=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA84 is #55057B. Grayscale: #D5D5D5. Windows color (decimal): -5571964 or 8714922. OLE color: 8714922.

HSL color Cylindrical-coordinate representation of color #AAFA84: hue angle of 100.68º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAFA84 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 132 -
CMYK 0.32 0 0.47 0.02
HSL 100.68º 0.92% 0.75% -
HSV(B) 100.68º 0.47% 0.98% -
XYZ 54.93 78.58 34.1 -
YUV 212.63 82.5 97.59 -
System Red Green Blue C M Y K H S L
Decimal 170 250 132 0.32 0 0.47 0.02 100.68 0.92 0.75
Hex AA FA 84 20 0 2F 2 65 5C 4B
Octal 252 372 204 40 0 57 2 145 134 113
Binary 10101010 11111010 10000100 100000 0 101111 10 1100101 1011100 1001011

Color Harmonies of #AAFA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA84

Black with #AAFA84

Text Example


Text Example

White with #AAFA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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