Html Css Color HEX #AAFF76 Feijoa

📋 copy color: '#AAFF76'

red 170 ◦ green 255 ◦ blue 118

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

Shades of Feijoa #AAFF76

Tints of Feijoa #AAFF76

RGB

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

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

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

R = 31.31%
G = 46.96%
B = 21.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#AAFF76 (or 0xAAFF76) is known color: Feijoa. HEX triplet: AA, FF and 76. RGB value is (170,255,118). Sum of RGB (Red+Green+Blue) = 170+255+118=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF76 is #550089. Grayscale: #D6D6D6. Windows color (decimal): -5570698 or 7798698. OLE color: 7798698.

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

Color convert

RGB 170 255 118 -
CMYK 0.33 0 0.54 0
HSL 97.23º 1% 0.73% -
HSV(B) 97.23º 0.54% 1% -
XYZ 55.61 81.37 29.92 -
YUV 213.97 73.84 96.64 -
System Red Green Blue C M Y K H S L
Decimal 170 255 118 0.33 0 0.54 0 97.23 1 0.73
Hex AA FF 76 21 0 36 0 61 64 49
Octal 252 377 166 41 0 66 0 141 144 111
Binary 10101010 11111111 1110110 100001 0 110110 0 1100001 1100100 1001001

Color Harmonies of #AAFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF76

Black with #AAFF76

Text Example


Text Example

White with #AAFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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