#aefc84

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

Shades of Feijoa #AEFC84

Tints of Feijoa #AEFC84

Color information

#AEFC84 (or 0xAEFC84) is unknown color: approx Feijoa. HEX triplet: AE, FC and 84. RGB value is (174,252,132). Sum of RGB (Red+Green+Blue) = 174+252+132=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFC84 is #51037B. Grayscale: #D7D7D7. Windows color (decimal): -5309308 or 8715438. OLE color: 8715438.

HSL color Cylindrical-coordinate representation of color #AEFC84: hue angle of 99º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEFC84 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB174252132-
CMYK0.3100.480.01
HSL99º95.24%75.29%-
HSV(B)99º47.62%98.82%-
XYZ56.4380.2934.35-
YUV21581.1698.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 252 (98.83% from 255) = 45.16%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=31.18%
G=45.16%
B=23.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521320.3100.480.019995.2475.29
HexAEFC841F0301635f4b
Octal256374204370601143137113
Binary1010111011111100100001001111101100001110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aefc84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aefc84; }

 p { color: rgb(174,252,132); }

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

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

 a { background-color: rgb(174,252,132); }

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

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

 span { border-color: rgb(174,252,132); }

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