Html Css Color HEX #AEC829 Bahia

📋 copy color: '#AEC829'

red 174 ◦ green 200 ◦ blue 41

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

Shades of Bahia #AEC829

Tints of Bahia #AEC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 41.93%
G = 48.19%
B = 9.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AEC829 (or 0xAEC829) is known color: Bahia. HEX triplet: AE, C8 and 29. RGB value is (174,200,41). Sum of RGB (Red+Green+Blue) = 174+200+41=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC829 is #5137D6. Grayscale: #AEAEAE. Windows color (decimal): -5322711 or 2738350. OLE color: 2738350.

HSL color Cylindrical-coordinate representation of color #AEC829: hue angle of 69.81º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEC829 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 41 -
CMYK 0.13 0 0.80 0.22
HSL 69.81º 0.66% 0.47% -
HSV(B) 69.81º 0.8% 0.78% -
XYZ 38.51 50.47 9.81 -
YUV 174.1 52.89 127.93 -
System Red Green Blue C M Y K H S L
Decimal 174 200 41 0.13 0 0.80 0.22 69.81 0.66 0.47
Hex AE C8 29 D 0 50 16 46 42 2F
Octal 256 310 51 15 0 120 26 106 102 57
Binary 10101110 11001000 101001 1101 0 1010000 10110 1000110 1000010 101111

Color Harmonies of #AEC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC829

Black with #AEC829

Text Example


Text Example

White with #AEC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC829; }

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

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

background-color css

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

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

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

border-color css

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

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

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