Html Css Color HEX #AEAC30 Earls Green

📋 copy color: '#AEAC30'

red 174 ◦ green 172 ◦ blue 48

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

Shades of Earls Green #AEAC30

Tints of Earls Green #AEAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

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

R = 44.16%
G = 43.65%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AEAC30 (or 0xAEAC30) is known color: Earls Green. HEX triplet: AE, AC and 30. RGB value is (174,172,48). Sum of RGB (Red+Green+Blue) = 174+172+48=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC30 is #5153CF. Grayscale: #9E9E9E. Windows color (decimal): -5329872 or 3189934. OLE color: 3189934.

HSL color Cylindrical-coordinate representation of color #AEAC30: hue angle of 59.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEAC30 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 172 48 -
CMYK 0 0.01 0.72 0.32
HSL 59.05º 0.57% 0.44% -
HSV(B) 59.05º 0.72% 0.68% -
XYZ 32.74 38.72 8.54 -
YUV 158.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 174 172 48 0 0.01 0.72 0.32 59.05 0.57 0.44
Hex AE AC 30 0 1 48 20 3B 39 2C
Octal 256 254 60 0 1 110 40 73 71 54
Binary 10101110 10101100 110000 0 1 1001000 100000 111011 111001 101100

Color Harmonies of #AEAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC30

Black with #AEAC30

Text Example


Text Example

White with #AEAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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