Html Css Color HEX #AECD2C Bahia

📋 copy color: '#AECD2C'

red 174 ◦ green 205 ◦ blue 44

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

Shades of Bahia #AECD2C

Tints of Bahia #AECD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 41.13%
G = 48.46%
B = 10.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#AECD2C (or 0xAECD2C) is known color: Bahia. HEX triplet: AE, CD and 2C. RGB value is (174,205,44). Sum of RGB (Red+Green+Blue) = 174+205+44=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD2C is #5132D3. Grayscale: #B1B1B1. Windows color (decimal): -5321428 or 2936238. OLE color: 2936238.

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

Color convert

RGB 174 205 44 -
CMYK 0.15 0 0.79 0.20
HSL 71.55º 0.65% 0.49% -
HSV(B) 71.55º 0.79% 0.8% -
XYZ 39.74 52.84 10.49 -
YUV 177.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 174 205 44 0.15 0 0.79 0.20 71.55 0.65 0.49
Hex AE CD 2C F 0 4F 14 48 41 31
Octal 256 315 54 17 0 117 24 110 101 61
Binary 10101110 11001101 101100 1111 0 1001111 10100 1001000 1000001 110001

Color Harmonies of #AECD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD2C

Black with #AECD2C

Text Example


Text Example

White with #AECD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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