Html Css Color HEX #AEC11A Bahia

📋 copy color: '#AEC11A'

red 174 ◦ green 193 ◦ blue 26

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

Shades of Bahia #AEC11A

Tints of Bahia #AEC11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

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

R = 44.27%
G = 49.11%
B = 6.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#AEC11A (or 0xAEC11A) is known color: Bahia. HEX triplet: AE, C1 and 1A. RGB value is (174,193,26). Sum of RGB (Red+Green+Blue) = 174+193+26=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC11A is #513EE5. Grayscale: #A8A8A8. Windows color (decimal): -5324518 or 1753518. OLE color: 1753518.

HSL color Cylindrical-coordinate representation of color #AEC11A: hue angle of 66.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEC11A is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 193 26 -
CMYK 0.10 0 0.87 0.24
HSL 66.83º 0.76% 0.43% -
HSV(B) 66.83º 0.87% 0.76% -
XYZ 36.71 47.21 8.16 -
YUV 168.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 174 193 26 0.10 0 0.87 0.24 66.83 0.76 0.43
Hex AE C1 1A A 0 57 18 43 4C 2B
Octal 256 301 32 12 0 127 30 103 114 53
Binary 10101110 11000001 11010 1010 0 1010111 11000 1000011 1001100 101011

Color Harmonies of #AEC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC11A

Black with #AEC11A

Text Example


Text Example

White with #AEC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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