#AEC016

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

Shades of Bahia #AEC016

Tints of Bahia #AEC016

Color information

#AEC016 (or 0xAEC016) is unknown color: approx Bahia. HEX triplet: AE, C0 and 16. RGB value is (174,192,22). Sum of RGB (Red+Green+Blue) = 174+192+22=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC016 is #513FE9. Grayscale: #A7A7A7. Windows color (decimal): -5324778 or 1491118. OLE color: 1491118.

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

Color convert

RGB17419222-
CMYK0.0900.890.25
HSL66.35º79.44%41.96%-
HSV(B)66.35º88.54%75.29%-
XYZ36.4546.767.86-
YUV167.2446.04132.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=44.85%
G=49.48%
B=5.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192220.0900.890.2566.3579.4441.96
HexAEC016905919424f2a
Octal256300261101313110211752
Binary1010111011000000101101001010110011100110000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC016; }

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

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

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

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

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

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

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

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