Html Css Color HEX #AEC41C Bahia

📋 copy color: '#AEC41C'

red 174 ◦ green 196 ◦ blue 28

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

Shades of Bahia #AEC41C

Tints of Bahia #AEC41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 43.72%
G = 49.25%
B = 7.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#AEC41C (or 0xAEC41C) is known color: Bahia. HEX triplet: AE, C4 and 1C. RGB value is (174,196,28). Sum of RGB (Red+Green+Blue) = 174+196+28=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC41C is #513BE3. Grayscale: #AAAAAA. Windows color (decimal): -5323748 or 1885358. OLE color: 1885358.

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

Color convert

RGB 174 196 28 -
CMYK 0.11 0 0.86 0.23
HSL 67.86º 0.75% 0.44% -
HSV(B) 67.86º 0.86% 0.77% -
XYZ 37.41 48.56 8.5 -
YUV 170.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 174 196 28 0.11 0 0.86 0.23 67.86 0.75 0.44
Hex AE C4 1C B 0 56 17 44 4B 2C
Octal 256 304 34 13 0 126 27 104 113 54
Binary 10101110 11000100 11100 1011 0 1010110 10111 1000100 1001011 101100

Color Harmonies of #AEC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC41C

Black with #AEC41C

Text Example


Text Example

White with #AEC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC41C; }

 p { color: rgb(174,196,28); }

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

background-color css

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

 a { background-color: rgb(174,196,28); }

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

border-color css

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

 span { border-color: rgb(174,196,28); }

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