Html Css Color HEX #AEC024 Bahia

📋 copy color: '#AEC024'

red 174 ◦ green 192 ◦ blue 36

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

Shades of Bahia #AEC024

Tints of Bahia #AEC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

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

R = 43.28%
G = 47.76%
B = 8.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#AEC024 (or 0xAEC024) is known color: Bahia. HEX triplet: AE, C0 and 24. RGB value is (174,192,36). Sum of RGB (Red+Green+Blue) = 174+192+36=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC024 is #513FDB. Grayscale: #A9A9A9. Windows color (decimal): -5324764 or 2408622. OLE color: 2408622.

HSL color Cylindrical-coordinate representation of color #AEC024: hue angle of 66.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEC024 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 36 -
CMYK 0.09 0 0.81 0.25
HSL 66.92º 0.68% 0.45% -
HSV(B) 66.92º 0.81% 0.75% -
XYZ 36.62 46.83 8.78 -
YUV 168.83 53.04 131.68 -
System Red Green Blue C M Y K H S L
Decimal 174 192 36 0.09 0 0.81 0.25 66.92 0.68 0.45
Hex AE C0 24 9 0 51 19 43 44 2D
Octal 256 300 44 11 0 121 31 103 104 55
Binary 10101110 11000000 100100 1001 0 1010001 11001 1000011 1000100 101101

Color Harmonies of #AEC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC024

Black with #AEC024

Text Example


Text Example

White with #AEC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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