#AEEC82

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

Shades of Feijoa #AEEC82

Tints of Feijoa #AEEC82

Color information

#AEEC82 (or 0xAEEC82) is unknown color: approx Feijoa. HEX triplet: AE, EC and 82. RGB value is (174,236,130). Sum of RGB (Red+Green+Blue) = 174+236+130=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEC82 is #51137D. Grayscale: #CDCDCD. Windows color (decimal): -5313406 or 8580270. OLE color: 8580270.

HSL color Cylindrical-coordinate representation of color #AEEC82: hue angle of 95.09º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEEC82 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB174236130-
CMYK0.2600.450.07
HSL95.09º73.61%71.76%-
HSV(B)95.09º44.92%92.55%-
XYZ51.4870.632.03-
YUV205.3885.46105.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 130 (51.17% from 255) = 24.07%
R=32.22%
G=43.70%
B=24.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742361300.2600.450.0795.0973.6171.76
HexAEEC821A02D75f4a48
Octal256354202320557137112110
Binary101011101110110010000010110100101101111101111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEC82; }

 p { color: rgb(174,236,130); }

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

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

 a { background-color: rgb(174,236,130); }

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

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

 span { border-color: rgb(174,236,130); }

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