Html Css Color HEX #AEC426 Bahia

📋 copy color: '#AEC426'

red 174 ◦ green 196 ◦ blue 38

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

Shades of Bahia #AEC426

Tints of Bahia #AEC426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 42.65%
G = 48.04%
B = 9.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#AEC426 (or 0xAEC426) is known color: Bahia. HEX triplet: AE, C4 and 26. RGB value is (174,196,38). Sum of RGB (Red+Green+Blue) = 174+196+38=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC426 is #513BD9. Grayscale: #ACACAC. Windows color (decimal): -5323738 or 2540718. OLE color: 2540718.

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

Color convert

RGB 174 196 38 -
CMYK 0.11 0 0.81 0.23
HSL 68.35º 0.68% 0.46% -
HSV(B) 68.35º 0.81% 0.77% -
XYZ 37.55 48.62 9.24 -
YUV 171.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 174 196 38 0.11 0 0.81 0.23 68.35 0.68 0.46
Hex AE C4 26 B 0 51 17 44 44 2E
Octal 256 304 46 13 0 121 27 104 104 56
Binary 10101110 11000100 100110 1011 0 1010001 10111 1000100 1000100 101110

Color Harmonies of #AEC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC426

Black with #AEC426

Text Example


Text Example

White with #AEC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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