#aec62e

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

Shades of Bahia #AEC62E

Tints of Bahia #AEC62E

Color information

#AEC62E (or 0xAEC62E) is unknown color: approx Bahia. HEX triplet: AE, C6 and 2E. RGB value is (174,198,46). Sum of RGB (Red+Green+Blue) = 174+198+46=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC62E is #5139D1. Grayscale: #AEAEAE. Windows color (decimal): -5323218 or 3065518. OLE color: 3065518.

HSL color Cylindrical-coordinate representation of color #AEC62E: hue angle of 69.47º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEC62E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB17419846-
CMYK0.1200.770.22
HSL69.47º62.3%47.84%-
HSV(B)69.47º76.77%77.65%-
XYZ38.1449.5810.15-
YUV173.556.05128.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 198 (77.73% from 255) = 47.37%
BLUE value IS 46 (18.36% from 255) = 11.00%
R=41.63%
G=47.37%
B=11.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174198460.1200.770.2269.4762.347.84
HexAEC62EC04D16453e30
Octal25630656140115261057660
Binary1010111011000110101110110001001101101101000101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aec62e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aec62e; }

 p { color: rgb(174,198,46); }

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

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

 a { background-color: rgb(174,198,46); }

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

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

 span { border-color: rgb(174,198,46); }

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