#AEFA81

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

Shades of Feijoa #AEFA81

Tints of Feijoa #AEFA81

Color information

#AEFA81 (or 0xAEFA81) is unknown color: approx Feijoa. HEX triplet: AE, FA and 81. RGB value is (174,250,129). Sum of RGB (Red+Green+Blue) = 174+250+129=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFA81 is #51057E. Grayscale: #D5D5D5. Windows color (decimal): -5309823 or 8518318. OLE color: 8518318.

HSL color Cylindrical-coordinate representation of color #AEFA81: hue angle of 97.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEFA81 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB174250129-
CMYK0.3000.480.02
HSL97.69º92.37%74.31%-
HSV(B)97.69º48.4%98.04%-
XYZ55.678.9533.08-
YUV213.4880.3299.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=31.46%
G=45.21%
B=23.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501290.3000.480.0297.6992.3774.31
HexAEFA811E0302625c4a
Octal256372201360602142134112
Binary10101110111110101000000111110011000010110001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFA81; }

 p { color: rgb(174,250,129); }

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

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

 a { background-color: rgb(174,250,129); }

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

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

 span { border-color: rgb(174,250,129); }

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