Html Css Color HEX #AEC42B Bahia

📋 copy color: '#AEC42B'

red 174 ◦ green 196 ◦ blue 43

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

Shades of Bahia #AEC42B

Tints of Bahia #AEC42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 42.13%
G = 47.46%
B = 10.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#AEC42B (or 0xAEC42B) is known color: Bahia. HEX triplet: AE, C4 and 2B. RGB value is (174,196,43). Sum of RGB (Red+Green+Blue) = 174+196+43=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC42B is #513BD4. Grayscale: #ACACAC. Windows color (decimal): -5323733 or 2868398. OLE color: 2868398.

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

Color convert

RGB 174 196 43 -
CMYK 0.11 0 0.78 0.23
HSL 68.63º 0.64% 0.47% -
HSV(B) 68.63º 0.78% 0.77% -
XYZ 37.63 48.65 9.69 -
YUV 171.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 174 196 43 0.11 0 0.78 0.23 68.63 0.64 0.47
Hex AE C4 2B B 0 4E 17 45 40 2F
Octal 256 304 53 13 0 116 27 105 100 57
Binary 10101110 11000100 101011 1011 0 1001110 10111 1000101 1000000 101111

Color Harmonies of #AEC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC42B

Black with #AEC42B

Text Example


Text Example

White with #AEC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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