#AECA1E

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

Shades of Bahia #AECA1E

Tints of Bahia #AECA1E

Color information

#AECA1E (or 0xAECA1E) is unknown color: approx Bahia. HEX triplet: AE, CA and 1E. RGB value is (174,202,30). Sum of RGB (Red+Green+Blue) = 174+202+30=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA1E is #5135E1. Grayscale: #AEAEAE. Windows color (decimal): -5322210 or 2017966. OLE color: 2017966.

HSL color Cylindrical-coordinate representation of color #AECA1E: hue angle of 69.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AECA1E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB17420230-
CMYK0.1400.850.21
HSL69.77º74.14%45.49%-
HSV(B)69.77º85.15%79.22%-
XYZ38.8151.339.09-
YUV174.0246.72127.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 30 (12.11% from 255) = 7.39%
R=42.86%
G=49.75%
B=7.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202300.1400.850.2169.7774.1445.49
HexAECA1EE05515464a2d
Octal256312361601252510611255
Binary1010111011001010111101110010101011010110001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA1E; }

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

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

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

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

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

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

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

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