Html Css Color HEX #AEC629 Bahia

📋 copy color: '#AEC629'

red 174 ◦ green 198 ◦ blue 41

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

Shades of Bahia #AEC629

Tints of Bahia #AEC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

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

R = 42.13%
G = 47.94%
B = 9.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#AEC629 (or 0xAEC629) is known color: Bahia. HEX triplet: AE, C6 and 29. RGB value is (174,198,41). Sum of RGB (Red+Green+Blue) = 174+198+41=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC629 is #5139D6. Grayscale: #ADADAD. Windows color (decimal): -5323223 or 2737838. OLE color: 2737838.

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

Color convert

RGB 174 198 41 -
CMYK 0.12 0 0.79 0.22
HSL 69.17º 0.66% 0.47% -
HSV(B) 69.17º 0.79% 0.78% -
XYZ 38.05 49.55 9.66 -
YUV 172.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 174 198 41 0.12 0 0.79 0.22 69.17 0.66 0.47
Hex AE C6 29 C 0 4F 16 45 42 2F
Octal 256 306 51 14 0 117 26 105 102 57
Binary 10101110 11000110 101001 1100 0 1001111 10110 1000101 1000010 101111

Color Harmonies of #AEC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC629

Black with #AEC629

Text Example


Text Example

White with #AEC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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