Html Css Color HEX #AAFC76 Feijoa

📋 copy color: '#AAFC76'

red 170 ◦ green 252 ◦ blue 118

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

Shades of Feijoa #AAFC76

Tints of Feijoa #AAFC76

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

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

R = 31.48%
G = 46.67%
B = 21.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#AAFC76 (or 0xAAFC76) is known color: Feijoa. HEX triplet: AA, FC and 76. RGB value is (170,252,118). Sum of RGB (Red+Green+Blue) = 170+252+118=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC76 is #550389. Grayscale: #D4D4D4. Windows color (decimal): -5571466 or 7797930. OLE color: 7797930.

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

Color convert

RGB 170 252 118 -
CMYK 0.33 0 0.53 0.01
HSL 96.72º 0.96% 0.73% -
HSV(B) 96.72º 0.53% 0.99% -
XYZ 54.66 79.47 29.6 -
YUV 212.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 170 252 118 0.33 0 0.53 0.01 96.72 0.96 0.73
Hex AA FC 76 21 0 35 1 61 60 49
Octal 252 374 166 41 0 65 1 141 140 111
Binary 10101010 11111100 1110110 100001 0 110101 1 1100001 1100000 1001001

Color Harmonies of #AAFC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC76

Black with #AAFC76

Text Example


Text Example

White with #AAFC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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