#AEF17B

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

Shades of Feijoa #AEF17B

Tints of Feijoa #AEF17B

Color information

#AEF17B (or 0xAEF17B) is unknown color: approx Feijoa. HEX triplet: AE, F1 and 7B. RGB value is (174,241,123). Sum of RGB (Red+Green+Blue) = 174+241+123=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF17B is #510E84. Grayscale: #CFCFCF. Windows color (decimal): -5312133 or 8122798. OLE color: 8122798.

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

Color convert

RGB174241123-
CMYK0.2800.490.05
HSL94.07º80.82%71.37%-
HSV(B)94.07º48.96%94.51%-
XYZ52.4973.3430.13-
YUV207.5280.3104.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=32.34%
G=44.80%
B=22.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411230.2800.490.0594.0780.8271.37
HexAEF17B1C03155e5147
Octal256361173340615136121107
Binary10101110111100011111011111000110001101101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF17B; }

 p { color: rgb(174,241,123); }

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

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

 a { background-color: rgb(174,241,123); }

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

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

 span { border-color: rgb(174,241,123); }

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