Html Css Color HEX #AEC924 Bahia

📋 copy color: '#AEC924'

red 174 ◦ green 201 ◦ blue 36

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

Shades of Bahia #AEC924

Tints of Bahia #AEC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.91%

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 42.34%
G = 48.91%
B = 8.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#AEC924 (or 0xAEC924) is known color: Bahia. HEX triplet: AE, C9 and 24. RGB value is (174,201,36). Sum of RGB (Red+Green+Blue) = 174+201+36=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC924 is #5136DB. Grayscale: #AEAEAE. Windows color (decimal): -5322460 or 2410926. OLE color: 2410926.

HSL color Cylindrical-coordinate representation of color #AEC924: hue angle of 69.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEC924 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 36 -
CMYK 0.13 0 0.82 0.21
HSL 69.82º 0.7% 0.46% -
HSV(B) 69.82º 0.82% 0.79% -
XYZ 38.66 50.9 9.46 -
YUV 174.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 174 201 36 0.13 0 0.82 0.21 69.82 0.7 0.46
Hex AE C9 24 D 0 52 15 46 46 2E
Octal 256 311 44 15 0 122 25 106 106 56
Binary 10101110 11001001 100100 1101 0 1010010 10101 1000110 1000110 101110

Color Harmonies of #AEC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC924

Black with #AEC924

Text Example


Text Example

White with #AEC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC924; }

 p { color: rgb(174,201,36); }

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

background-color css

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

 a { background-color: rgb(174,201,36); }

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

border-color css

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

 span { border-color: rgb(174,201,36); }

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