Html Css Color HEX #AECA28 Bahia

📋 copy color: '#AECA28'

red 174 ◦ green 202 ◦ blue 40

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

Shades of Bahia #AECA28

Tints of Bahia #AECA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 41.83%
G = 48.56%
B = 9.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#AECA28 (or 0xAECA28) is known color: Bahia. HEX triplet: AE, CA and 28. RGB value is (174,202,40). Sum of RGB (Red+Green+Blue) = 174+202+40=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA28 is #5135D7. Grayscale: #AFAFAF. Windows color (decimal): -5322200 or 2673326. OLE color: 2673326.

HSL color Cylindrical-coordinate representation of color #AECA28: hue angle of 70.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECA28 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 40 -
CMYK 0.14 0 0.80 0.21
HSL 70.37º 0.67% 0.47% -
HSV(B) 70.37º 0.8% 0.79% -
XYZ 38.96 51.39 9.87 -
YUV 175.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 174 202 40 0.14 0 0.80 0.21 70.37 0.67 0.47
Hex AE CA 28 E 0 50 15 46 43 2F
Octal 256 312 50 16 0 120 25 106 103 57
Binary 10101110 11001010 101000 1110 0 1010000 10101 1000110 1000011 101111

Color Harmonies of #AECA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA28

Black with #AECA28

Text Example


Text Example

White with #AECA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA28; }

 p { color: rgb(174,202,40); }

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

background-color css

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

 a { background-color: rgb(174,202,40); }

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

border-color css

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

 span { border-color: rgb(174,202,40); }

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