Html Css Color HEX #AEC52F Bahia

📋 copy color: '#AEC52F'

red 174 ◦ green 197 ◦ blue 47

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

Shades of Bahia #AEC52F

Tints of Bahia #AEC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 41.63%
G = 47.13%
B = 11.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#AEC52F (or 0xAEC52F) is known color: Bahia. HEX triplet: AE, C5 and 2F. RGB value is (174,197,47). Sum of RGB (Red+Green+Blue) = 174+197+47=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52F is #513AD0. Grayscale: #ADADAD. Windows color (decimal): -5323473 or 3130798. OLE color: 3130798.

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

Color convert

RGB 174 197 47 -
CMYK 0.12 0 0.76 0.23
HSL 69.2º 0.61% 0.48% -
HSV(B) 69.2º 0.76% 0.77% -
XYZ 37.93 49.14 10.17 -
YUV 173.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 174 197 47 0.12 0 0.76 0.23 69.2 0.61 0.48
Hex AE C5 2F C 0 4C 17 45 3D 30
Octal 256 305 57 14 0 114 27 105 75 60
Binary 10101110 11000101 101111 1100 0 1001100 10111 1000101 111101 110000

Color Harmonies of #AEC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC52F

Black with #AEC52F

Text Example


Text Example

White with #AEC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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