#AEF27B

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

Shades of Feijoa #AEF27B

Tints of Feijoa #AEF27B

Color information

#AEF27B (or 0xAEF27B) is unknown color: approx Feijoa. HEX triplet: AE, F2 and 7B. RGB value is (174,242,123). Sum of RGB (Red+Green+Blue) = 174+242+123=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF27B is #510D84. Grayscale: #D0D0D0. Windows color (decimal): -5311877 or 8123054. OLE color: 8123054.

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

Color convert

RGB174242123-
CMYK0.2800.490.05
HSL94.29º82.07%71.57%-
HSV(B)94.29º49.17%94.9%-
XYZ52.7873.9330.23-
YUV208.179.97103.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 123 (48.44% from 255) = 22.82%
R=32.28%
G=44.90%
B=22.82%

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
Decimal1742421230.2800.490.0594.2982.0771.57
HexAEF27B1C03155e5248
Octal256362173340615136122110
Binary10101110111100101111011111000110001101101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF27B; }

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

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

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

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

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

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

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

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