#AECC1D

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

Shades of Bahia #AECC1D

Tints of Bahia #AECC1D

Color information

#AECC1D (or 0xAECC1D) is unknown color: approx Bahia. HEX triplet: AE, CC and 1D. RGB value is (174,204,29). Sum of RGB (Red+Green+Blue) = 174+204+29=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC1D is #5133E2. Grayscale: #AFAFAF. Windows color (decimal): -5321699 or 1952942. OLE color: 1952942.

HSL color Cylindrical-coordinate representation of color #AECC1D: hue angle of 70.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECC1D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB17420429-
CMYK0.1500.860.2
HSL70.29º75.11%45.69%-
HSV(B)70.29º85.78%80%-
XYZ39.2752.279.18-
YUV175.0845.56127.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 29 (11.72% from 255) = 7.13%
R=42.75%
G=50.12%
B=7.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174204290.1500.860.270.2975.1145.69
HexAECC1DF05614464b2e
Octal256314351701262410611356
Binary1010111011001100111011111010101101010010001101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC1D; }

 p { color: rgb(174,204,29); }

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

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

 a { background-color: rgb(174,204,29); }

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

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

 span { border-color: rgb(174,204,29); }

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