#AEC42B

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

Shades of Bahia #AEC42B

Tints of Bahia #AEC42B

Color information

#AEC42B (or 0xAEC42B) is unknown color: approx Bahia. HEX triplet: AE, C4 and 2B. RGB value is (174,196,43). Sum of RGB (Red+Green+Blue) = 174+196+43=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC42B is #513BD4. Grayscale: #ACACAC. Windows color (decimal): -5323733 or 2868398. OLE color: 2868398.

HSL color Cylindrical-coordinate representation of color #AEC42B: hue angle of 68.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEC42B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB17419643-
CMYK0.1100.780.23
HSL68.63º64.02%46.86%-
HSV(B)68.63º78.06%76.86%-
XYZ37.6348.659.69-
YUV171.9855.21129.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=42.13%
G=47.46%
B=10.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174196430.1100.780.2368.6364.0246.86
HexAEC42BB04E1745402f
Octal256304531301162710510057
Binary10101110110001001010111011010011101011110001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC42B; }

 p { color: rgb(174,196,43); }

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

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

 a { background-color: rgb(174,196,43); }

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

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

 span { border-color: rgb(174,196,43); }

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