#AAFC75

Color #AAFC75 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAFC75

Tints of Feijoa #AAFC75

Color information

#AAFC75 (or 0xAAFC75) is unknown color: approx Feijoa. HEX triplet: AA, FC and 75. RGB value is (170,252,117). Sum of RGB (Red+Green+Blue) = 170+252+117=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC75 is #55038A. Grayscale: #D4D4D4. Windows color (decimal): -5571467 or 7732394. OLE color: 7732394.

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

Color convert

RGB170252117-
CMYK0.3300.540.01
HSL96.44º95.74%72.35%-
HSV(B)96.44º53.57%98.82%-
XYZ54.679.4529.29-
YUV212.0974.3397.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=31.54%
G=46.75%
B=21.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521170.3300.540.0196.4495.7472.35
HexAAFC75210361606048
Octal252374165410661140140110
Binary1010101011111100111010110000101101101110000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC75; }

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

 H1.HeaderClassName
 {
   color: #AAFC75;
 }
 .AnyTagClassName
 {
   color: #AAFC75;
 }
</style>
background-color css

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

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

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

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

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

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