Html Css Color HEX #AEC628 Bahia

📋 copy color: '#AEC628'

red 174 ◦ green 198 ◦ blue 40

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

Shades of Bahia #AEC628

Tints of Bahia #AEC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.71%

R = 42.23%
G = 48.06%
B = 9.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AEC628 (or 0xAEC628) is known color: Bahia. HEX triplet: AE, C6 and 28. RGB value is (174,198,40). Sum of RGB (Red+Green+Blue) = 174+198+40=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC628 is #5139D7. Grayscale: #ADADAD. Windows color (decimal): -5323224 or 2672302. OLE color: 2672302.

HSL color Cylindrical-coordinate representation of color #AEC628: hue angle of 69.11º 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 #AEC628 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 40 -
CMYK 0.12 0 0.80 0.22
HSL 69.11º 0.66% 0.47% -
HSV(B) 69.11º 0.8% 0.78% -
XYZ 38.03 49.54 9.57 -
YUV 172.81 53.05 128.85 -
System Red Green Blue C M Y K H S L
Decimal 174 198 40 0.12 0 0.80 0.22 69.11 0.66 0.47
Hex AE C6 28 C 0 50 16 45 42 2F
Octal 256 306 50 14 0 120 26 105 102 57
Binary 10101110 11000110 101000 1100 0 1010000 10110 1000101 1000010 101111

Color Harmonies of #AEC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC628

Black with #AEC628

Text Example


Text Example

White with #AEC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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