#AEF38C

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

Shades of Feijoa #AEF38C

Tints of Feijoa #AEF38C

Color information

#AEF38C (or 0xAEF38C) is unknown color: approx Feijoa. HEX triplet: AE, F3 and 8C. RGB value is (174,243,140). Sum of RGB (Red+Green+Blue) = 174+243+140=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF38C is #510C73. Grayscale: #D2D2D2. Windows color (decimal): -5311604 or 9237422. OLE color: 9237422.

HSL color Cylindrical-coordinate representation of color #AEF38C: hue angle of 100.19º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEF38C is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB174243140-
CMYK0.2800.420.05
HSL100.19º81.1%75.1%-
HSV(B)100.19º42.39%95.29%-
XYZ54.2474.9936.43-
YUV210.6388.14101.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 140 (55.08% from 255) = 25.13%
R=31.24%
G=43.63%
B=25.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742431400.2800.420.05100.1981.175.1
HexAEF38C1C02A564514b
Octal256363214340525144121113
Binary101011101111001110001100111000101010101110010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF38C; }

 p { color: rgb(174,243,140); }

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

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

 a { background-color: rgb(174,243,140); }

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

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

 span { border-color: rgb(174,243,140); }

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