#aec01c

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

Shades of Bahia #AEC01C

Tints of Bahia #AEC01C

Color information

#AEC01C (or 0xAEC01C) is unknown color: approx Bahia. HEX triplet: AE, C0 and 1C. RGB value is (174,192,28). Sum of RGB (Red+Green+Blue) = 174+192+28=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC01C is #513FE3. Grayscale: #A8A8A8. Windows color (decimal): -5324772 or 1884334. OLE color: 1884334.

HSL color Cylindrical-coordinate representation of color #AEC01C: hue angle of 66.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC01C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB17419228-
CMYK0.0900.850.25
HSL66.59º74.55%43.14%-
HSV(B)66.59º85.42%75.29%-
XYZ36.5146.788.2-
YUV167.9249.04132.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=44.16%
G=48.73%
B=7.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192280.0900.850.2566.5974.5543.14
HexAEC01C905519434b2b
Octal256300341101253110311353
Binary1010111011000000111001001010101011100110000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aec01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aec01c; }

 p { color: rgb(174,192,28); }

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

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

 a { background-color: rgb(174,192,28); }

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

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

 span { border-color: rgb(174,192,28); }

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