Html Css Color HEX #AAF971 Feijoa

📋 copy color: '#AAF971'

red 170 ◦ green 249 ◦ blue 113

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

Shades of Feijoa #AAF971

Tints of Feijoa #AAF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 113 (44.53% from 255) = 21.24%

R = 31.95%
G = 46.8%
B = 21.24%

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

#AAF971 (or 0xAAF971) is known color: Feijoa. HEX triplet: AA, F9 and 71. RGB value is (170,249,113). Sum of RGB (Red+Green+Blue) = 170+249+113=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF971 is #55068E. Grayscale: #D2D2D2. Windows color (decimal): -5572239 or 7469482. OLE color: 7469482.

HSL color Cylindrical-coordinate representation of color #AAF971: hue angle of 94.85º degrees, saturation: 0.92, 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 #AAF971 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 113 -
CMYK 0.32 0 0.55 0.02
HSL 94.85º 0.92% 0.71% -
HSV(B) 94.85º 0.55% 0.98% -
XYZ 53.43 77.49 27.76 -
YUV 209.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 170 249 113 0.32 0 0.55 0.02 94.85 0.92 0.71
Hex AA F9 71 20 0 37 2 5F 5C 47
Octal 252 371 161 40 0 67 2 137 134 107
Binary 10101010 11111001 1110001 100000 0 110111 10 1011111 1011100 1000111

Color Harmonies of #AAF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF971

Black with #AAF971

Text Example


Text Example

White with #AAF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF971; }

 p { color: rgb(170,249,113); }

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

background-color css

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

 a { background-color: rgb(170,249,113); }

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

border-color css

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

 span { border-color: rgb(170,249,113); }

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