Html Css Color HEX #AAFA70 Feijoa

📋 copy color: '#AAFA70'

red 170 ◦ green 250 ◦ blue 112

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

Shades of Feijoa #AAFA70

Tints of Feijoa #AAFA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 31.95%
G = 46.99%
B = 21.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#AAFA70 (or 0xAAFA70) is known color: Feijoa. HEX triplet: AA, FA and 70. RGB value is (170,250,112). Sum of RGB (Red+Green+Blue) = 170+250+112=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA70 is #55058F. Grayscale: #D2D2D2. Windows color (decimal): -5571984 or 7404202. OLE color: 7404202.

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

Color convert

RGB 170 250 112 -
CMYK 0.32 0 0.55 0.02
HSL 94.78º 0.93% 0.71% -
HSV(B) 94.78º 0.55% 0.98% -
XYZ 53.69 78.09 27.57 -
YUV 210.35 72.5 99.22 -
System Red Green Blue C M Y K H S L
Decimal 170 250 112 0.32 0 0.55 0.02 94.78 0.93 0.71
Hex AA FA 70 20 0 37 2 5F 5D 47
Octal 252 372 160 40 0 67 2 137 135 107
Binary 10101010 11111010 1110000 100000 0 110111 10 1011111 1011101 1000111

Color Harmonies of #AAFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA70

Black with #AAFA70

Text Example


Text Example

White with #AAFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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