Html Css Color HEX #AEC423 Bahia

📋 copy color: '#AEC423'

red 174 ◦ green 196 ◦ blue 35

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

Shades of Bahia #AEC423

Tints of Bahia #AEC423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 42.96%
G = 48.4%
B = 8.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#AEC423 (or 0xAEC423) is known color: Bahia. HEX triplet: AE, C4 and 23. RGB value is (174,196,35). Sum of RGB (Red+Green+Blue) = 174+196+35=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC423 is #513BDC. Grayscale: #ABABAB. Windows color (decimal): -5323741 or 2344110. OLE color: 2344110.

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

Color convert

RGB 174 196 35 -
CMYK 0.11 0 0.82 0.23
HSL 68.2º 0.7% 0.45% -
HSV(B) 68.2º 0.82% 0.77% -
XYZ 37.5 48.6 8.99 -
YUV 171.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 174 196 35 0.11 0 0.82 0.23 68.2 0.7 0.45
Hex AE C4 23 B 0 52 17 44 46 2D
Octal 256 304 43 13 0 122 27 104 106 55
Binary 10101110 11000100 100011 1011 0 1010010 10111 1000100 1000110 101101

Color Harmonies of #AEC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC423

Black with #AEC423

Text Example


Text Example

White with #AEC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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