Html Css Color HEX #AAF774 Feijoa

📋 copy color: '#AAF774'

red 170 ◦ green 247 ◦ blue 116

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

Shades of Feijoa #AAF774

Tints of Feijoa #AAF774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 31.89%
G = 46.34%
B = 21.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#AAF774 (or 0xAAF774) is known color: Feijoa. HEX triplet: AA, F7 and 74. RGB value is (170,247,116). Sum of RGB (Red+Green+Blue) = 170+247+116=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF774 is #55088B. Grayscale: #D1D1D1. Windows color (decimal): -5572748 or 7665578. OLE color: 7665578.

HSL color Cylindrical-coordinate representation of color #AAF774: hue angle of 95.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF774 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 116 -
CMYK 0.31 0 0.53 0.03
HSL 95.27º 0.89% 0.71% -
HSV(B) 95.27º 0.53% 0.97% -
XYZ 52.99 76.33 28.46 -
YUV 209.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 170 247 116 0.31 0 0.53 0.03 95.27 0.89 0.71
Hex AA F7 74 1F 0 35 3 5F 59 47
Octal 252 367 164 37 0 65 3 137 131 107
Binary 10101010 11110111 1110100 11111 0 110101 11 1011111 1011001 1000111

Color Harmonies of #AAF774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF774

Black with #AAF774

Text Example


Text Example

White with #AAF774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF774; }

 p { color: rgb(170,247,116); }

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

background-color css

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

 a { background-color: rgb(170,247,116); }

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

border-color css

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

 span { border-color: rgb(170,247,116); }

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