Html Css Color HEX #AECA30 Bahia

📋 copy color: '#AECA30'

red 174 ◦ green 202 ◦ blue 48

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

Shades of Bahia #AECA30

Tints of Bahia #AECA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 41.04%
G = 47.64%
B = 11.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#AECA30 (or 0xAECA30) is known color: Bahia. HEX triplet: AE, CA and 30. RGB value is (174,202,48). Sum of RGB (Red+Green+Blue) = 174+202+48=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA30 is #5135CF. Grayscale: #B0B0B0. Windows color (decimal): -5322192 or 3197614. OLE color: 3197614.

HSL color Cylindrical-coordinate representation of color #AECA30: hue angle of 70.91º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AECA30 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 48 -
CMYK 0.14 0 0.76 0.21
HSL 70.91º 0.62% 0.49% -
HSV(B) 70.91º 0.76% 0.79% -
XYZ 39.11 51.45 10.67 -
YUV 176.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 174 202 48 0.14 0 0.76 0.21 70.91 0.62 0.49
Hex AE CA 30 E 0 4C 15 47 3E 31
Octal 256 312 60 16 0 114 25 107 76 61
Binary 10101110 11001010 110000 1110 0 1001100 10101 1000111 111110 110001

Color Harmonies of #AECA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA30

Black with #AECA30

Text Example


Text Example

White with #AECA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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