Html Css Color HEX #AECD20 Bahia

📋 copy color: '#AECD20'

red 174 ◦ green 205 ◦ blue 32

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

Shades of Bahia #AECD20

Tints of Bahia #AECD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.79%

R = 42.34%
G = 49.88%
B = 7.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#AECD20 (or 0xAECD20) is known color: Bahia. HEX triplet: AE, CD and 20. RGB value is (174,205,32). Sum of RGB (Red+Green+Blue) = 174+205+32=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD20 is #5132DF. Grayscale: #B0B0B0. Windows color (decimal): -5321440 or 2149806. OLE color: 2149806.

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

Color convert

RGB 174 205 32 -
CMYK 0.15 0 0.84 0.20
HSL 70.75º 0.73% 0.46% -
HSV(B) 70.75º 0.84% 0.8% -
XYZ 39.55 52.77 9.47 -
YUV 176.01 46.73 126.57 -
System Red Green Blue C M Y K H S L
Decimal 174 205 32 0.15 0 0.84 0.20 70.75 0.73 0.46
Hex AE CD 20 F 0 54 14 47 49 2E
Octal 256 315 40 17 0 124 24 107 111 56
Binary 10101110 11001101 100000 1111 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #AECD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD20

Black with #AECD20

Text Example


Text Example

White with #AECD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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