Html Css Color HEX #AEC52C Bahia

📋 copy color: '#AEC52C'

red 174 ◦ green 197 ◦ blue 44

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

Shades of Bahia #AEC52C

Tints of Bahia #AEC52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 41.93%
G = 47.47%
B = 10.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#AEC52C (or 0xAEC52C) is known color: Bahia. HEX triplet: AE, C5 and 2C. RGB value is (174,197,44). Sum of RGB (Red+Green+Blue) = 174+197+44=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52C is #513AD3. Grayscale: #ADADAD. Windows color (decimal): -5323476 or 2934190. OLE color: 2934190.

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

Color convert

RGB 174 197 44 -
CMYK 0.12 0 0.78 0.23
HSL 69.02º 0.63% 0.47% -
HSV(B) 69.02º 0.78% 0.77% -
XYZ 37.88 49.11 9.87 -
YUV 172.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 174 197 44 0.12 0 0.78 0.23 69.02 0.63 0.47
Hex AE C5 2C C 0 4E 17 45 3F 2F
Octal 256 305 54 14 0 116 27 105 77 57
Binary 10101110 11000101 101100 1100 0 1001110 10111 1000101 111111 101111

Color Harmonies of #AEC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC52C

Black with #AEC52C

Text Example


Text Example

White with #AEC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC52C; }

 p { color: rgb(174,197,44); }

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

background-color css

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

 a { background-color: rgb(174,197,44); }

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

border-color css

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

 span { border-color: rgb(174,197,44); }

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