Html Css Color HEX #AEC429 Bahia

📋 copy color: '#AEC429'

red 174 ◦ green 196 ◦ blue 41

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

Shades of Bahia #AEC429

Tints of Bahia #AEC429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 42.34%
G = 47.69%
B = 9.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AEC429 (or 0xAEC429) is known color: Bahia. HEX triplet: AE, C4 and 29. RGB value is (174,196,41). Sum of RGB (Red+Green+Blue) = 174+196+41=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC429 is #513BD6. Grayscale: #ACACAC. Windows color (decimal): -5323735 or 2737326. OLE color: 2737326.

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

Color convert

RGB 174 196 41 -
CMYK 0.11 0 0.79 0.23
HSL 68.52º 0.65% 0.46% -
HSV(B) 68.52º 0.79% 0.77% -
XYZ 37.6 48.64 9.5 -
YUV 171.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 174 196 41 0.11 0 0.79 0.23 68.52 0.65 0.46
Hex AE C4 29 B 0 4F 17 45 41 2E
Octal 256 304 51 13 0 117 27 105 101 56
Binary 10101110 11000100 101001 1011 0 1001111 10111 1000101 1000001 101110

Color Harmonies of #AEC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC429

Black with #AEC429

Text Example


Text Example

White with #AEC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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