Html Css Color HEX #AECD2A Bahia

📋 copy color: '#AECD2A'

red 174 ◦ green 205 ◦ blue 42

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

Shades of Bahia #AECD2A

Tints of Bahia #AECD2A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.69%

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

R = 41.33%
G = 48.69%
B = 9.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#AECD2A (or 0xAECD2A) is known color: Bahia. HEX triplet: AE, CD and 2A. RGB value is (174,205,42). Sum of RGB (Red+Green+Blue) = 174+205+42=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD2A is #5132D5. Grayscale: #B1B1B1. Windows color (decimal): -5321430 or 2805166. OLE color: 2805166.

HSL color Cylindrical-coordinate representation of color #AECD2A: hue angle of 71.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECD2A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 42 -
CMYK 0.15 0 0.80 0.20
HSL 71.41º 0.66% 0.48% -
HSV(B) 71.41º 0.8% 0.8% -
XYZ 39.7 52.83 10.29 -
YUV 177.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 174 205 42 0.15 0 0.80 0.20 71.41 0.66 0.48
Hex AE CD 2A F 0 50 14 47 42 30
Octal 256 315 52 17 0 120 24 107 102 60
Binary 10101110 11001101 101010 1111 0 1010000 10100 1000111 1000010 110000

Color Harmonies of #AECD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD2A

Black with #AECD2A

Text Example


Text Example

White with #AECD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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