Html Css Color HEX #AAFF79 Feijoa

📋 copy color: '#AAFF79'

red 170 ◦ green 255 ◦ blue 121

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

Shades of Feijoa #AAFF79

Tints of Feijoa #AAFF79

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

 BLUE value IS 121 (47.66% from 255) = 22.16%

R = 31.14%
G = 46.7%
B = 22.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#AAFF79 (or 0xAAFF79) is known color: Feijoa. HEX triplet: AA, FF and 79. RGB value is (170,255,121). Sum of RGB (Red+Green+Blue) = 170+255+121=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF79 is #550086. Grayscale: #D6D6D6. Windows color (decimal): -5570695 or 7995306. OLE color: 7995306.

HSL color Cylindrical-coordinate representation of color #AAFF79: hue angle of 98.06º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAFF79 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 121 -
CMYK 0.33 0 0.53 0
HSL 98.06º 1% 0.74% -
HSV(B) 98.06º 0.53% 1% -
XYZ 55.79 81.45 30.87 -
YUV 214.31 75.34 96.4 -
System Red Green Blue C M Y K H S L
Decimal 170 255 121 0.33 0 0.53 0 98.06 1 0.74
Hex AA FF 79 21 0 35 0 62 64 4A
Octal 252 377 171 41 0 65 0 142 144 112
Binary 10101010 11111111 1111001 100001 0 110101 0 1100010 1100100 1001010

Color Harmonies of #AAFF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF79

Black with #AAFF79

Text Example


Text Example

White with #AAFF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF79; }

 p { color: rgb(170,255,121); }

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

background-color css

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

 a { background-color: rgb(170,255,121); }

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

border-color css

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

 span { border-color: rgb(170,255,121); }

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