Html Css Color HEX #AEC411 Bahia

📋 copy color: '#AEC411'

red 174 ◦ green 196 ◦ blue 17

#AEC411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AEC411

Tints of Bahia #AEC411

RGB

 RED value IS 174 (68.36% from 255) = 44.96%

 GREEN value IS 196 (76.95% from 255) = 50.65%

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 44.96%
G = 50.65%
B = 4.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#AEC411 (or 0xAEC411) is known color: Bahia. HEX triplet: AE, C4 and 11. RGB value is (174,196,17). Sum of RGB (Red+Green+Blue) = 174+196+17=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC411 is #513BEE. Grayscale: #A9A9A9. Windows color (decimal): -5323759 or 1164462. OLE color: 1164462.

HSL color Cylindrical-coordinate representation of color #AEC411: hue angle of 67.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC411 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 17 -
CMYK 0.11 0 0.91 0.23
HSL 67.37º 0.84% 0.42% -
HSV(B) 67.37º 0.91% 0.77% -
XYZ 37.3 48.52 7.93 -
YUV 169.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 174 196 17 0.11 0 0.91 0.23 67.37 0.84 0.42
Hex AE C4 11 B 0 5B 17 43 54 2A
Octal 256 304 21 13 0 133 27 103 124 52
Binary 10101110 11000100 10001 1011 0 1011011 10111 1000011 1010100 101010

Color Harmonies of #AEC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC411

Black with #AEC411

Text Example


Text Example

White with #AEC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC411; }

 p { color: rgb(174,196,17); }

 H1.HeaderClassName
 {
   color: #AEC411;
 }
 .AnyTagClassName
 {
   color: #AEC411;
 }
</style>

background-color css

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

 a { background-color: rgb(174,196,17); }

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

border-color css

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

 span { border-color: rgb(174,196,17); }

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