Html Css Color HEX #AEC42A Bahia

📋 copy color: '#AEC42A'

red 174 ◦ green 196 ◦ blue 42

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

Shades of Bahia #AEC42A

Tints of Bahia #AEC42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 42.23%
G = 47.57%
B = 10.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AEC42A (or 0xAEC42A) is known color: Bahia. HEX triplet: AE, C4 and 2A. RGB value is (174,196,42). Sum of RGB (Red+Green+Blue) = 174+196+42=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC42A is #513BD5. Grayscale: #ACACAC. Windows color (decimal): -5323734 or 2802862. OLE color: 2802862.

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

Color convert

RGB 174 196 42 -
CMYK 0.11 0 0.79 0.23
HSL 68.57º 0.65% 0.47% -
HSV(B) 68.57º 0.79% 0.77% -
XYZ 37.61 48.65 9.6 -
YUV 171.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 174 196 42 0.11 0 0.79 0.23 68.57 0.65 0.47
Hex AE C4 2A B 0 4F 17 45 41 2F
Octal 256 304 52 13 0 117 27 105 101 57
Binary 10101110 11000100 101010 1011 0 1001111 10111 1000101 1000001 101111

Color Harmonies of #AEC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC42A

Black with #AEC42A

Text Example


Text Example

White with #AEC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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