#AECA29

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

Shades of Bahia #AECA29

Tints of Bahia #AECA29

Color information

#AECA29 (or 0xAECA29) is unknown color: approx Bahia. HEX triplet: AE, CA and 29. RGB value is (174,202,41). Sum of RGB (Red+Green+Blue) = 174+202+41=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA29 is #5135D6. Grayscale: #AFAFAF. Windows color (decimal): -5322199 or 2738862. OLE color: 2738862.

HSL color Cylindrical-coordinate representation of color #AECA29: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECA29 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB17420241-
CMYK0.1400.800.21
HSL70.43º66.26%47.65%-
HSV(B)70.43º79.7%79.22%-
XYZ38.9851.49.96-
YUV175.2752.22127.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 41 (16.41% from 255) = 9.83%
R=41.73%
G=48.44%
B=9.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202410.1400.800.2170.4366.2647.65
HexAECA29E05015464230
Octal256312511601202510610260
Binary10101110110010101010011110010100001010110001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA29; }

 p { color: rgb(174,202,41); }

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

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

 a { background-color: rgb(174,202,41); }

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

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

 span { border-color: rgb(174,202,41); }

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