Html Css Color HEX #AAF577 Feijoa

📋 copy color: '#AAF577'

red 170 ◦ green 245 ◦ blue 119

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

Shades of Feijoa #AAF577

Tints of Feijoa #AAF577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 31.84%
G = 45.88%
B = 22.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#AAF577 (or 0xAAF577) is known color: Feijoa. HEX triplet: AA, F5 and 77. RGB value is (170,245,119). Sum of RGB (Red+Green+Blue) = 170+245+119=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF577 is #550A88. Grayscale: #D0D0D0. Windows color (decimal): -5573257 or 7861674. OLE color: 7861674.

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

Color convert

RGB 170 245 119 -
CMYK 0.31 0 0.51 0.04
HSL 95.71º 0.86% 0.71% -
HSV(B) 95.71º 0.51% 0.96% -
XYZ 52.56 75.18 29.19 -
YUV 208.21 77.65 100.75 -
System Red Green Blue C M Y K H S L
Decimal 170 245 119 0.31 0 0.51 0.04 95.71 0.86 0.71
Hex AA F5 77 1F 0 33 4 60 56 47
Octal 252 365 167 37 0 63 4 140 126 107
Binary 10101010 11110101 1110111 11111 0 110011 100 1100000 1010110 1000111

Color Harmonies of #AAF577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF577

Black with #AAF577

Text Example


Text Example

White with #AAF577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF577; }

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

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

background-color css

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

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

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

border-color css

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

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

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