Html Css Color HEX #AAF576 Feijoa

📋 copy color: '#AAF576'

red 170 ◦ green 245 ◦ blue 118

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

Shades of Feijoa #AAF576

Tints of Feijoa #AAF576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.14%

R = 31.89%
G = 45.97%
B = 22.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#AAF576 (or 0xAAF576) is known color: Feijoa. HEX triplet: AA, F5 and 76. RGB value is (170,245,118). Sum of RGB (Red+Green+Blue) = 170+245+118=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF576 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF576 is #550A89. Grayscale: #D0D0D0. Windows color (decimal): -5573258 or 7796138. OLE color: 7796138.

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

Color convert

RGB 170 245 118 -
CMYK 0.31 0 0.52 0.04
HSL 95.43º 0.86% 0.71% -
HSV(B) 95.43º 0.52% 0.96% -
XYZ 52.5 75.16 28.88 -
YUV 208.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 170 245 118 0.31 0 0.52 0.04 95.43 0.86 0.71
Hex AA F5 76 1F 0 34 4 5F 56 47
Octal 252 365 166 37 0 64 4 137 126 107
Binary 10101010 11110101 1110110 11111 0 110100 100 1011111 1010110 1000111

Color Harmonies of #AAF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF576

Black with #AAF576

Text Example


Text Example

White with #AAF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF576; }

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

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

background-color css

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

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

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

border-color css

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

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

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