Html Css Color HEX #AEC51A Bahia

📋 copy color: '#AEC51A'

red 174 ◦ green 197 ◦ blue 26

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

Shades of Bahia #AEC51A

Tints of Bahia #AEC51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 43.83%
G = 49.62%
B = 6.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#AEC51A (or 0xAEC51A) is known color: Bahia. HEX triplet: AE, C5 and 1A. RGB value is (174,197,26). Sum of RGB (Red+Green+Blue) = 174+197+26=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC51A is #513AE5. Grayscale: #ABABAB. Windows color (decimal): -5323494 or 1754542. OLE color: 1754542.

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

Color convert

RGB 174 197 26 -
CMYK 0.12 0 0.87 0.23
HSL 68.07º 0.77% 0.44% -
HSV(B) 68.07º 0.87% 0.77% -
XYZ 37.61 49.01 8.45 -
YUV 170.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 174 197 26 0.12 0 0.87 0.23 68.07 0.77 0.44
Hex AE C5 1A C 0 57 17 44 4D 2C
Octal 256 305 32 14 0 127 27 104 115 54
Binary 10101110 11000101 11010 1100 0 1010111 10111 1000100 1001101 101100

Color Harmonies of #AEC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC51A

Black with #AEC51A

Text Example


Text Example

White with #AEC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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