Html Css Color HEX #AEAD14 Earls Green

📋 copy color: '#AEAD14'

red 174 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #AEAD14

Tints of Earls Green #AEAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 47.41%
G = 47.14%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEAD14 (or 0xAEAD14) is known color: Earls Green. HEX triplet: AE, AD and 14. RGB value is (174,173,20). Sum of RGB (Red+Green+Blue) = 174+173+20=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD14 is #5152EB. Grayscale: #9C9C9C. Windows color (decimal): -5329644 or 1355182. OLE color: 1355182.

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

Color convert

RGB 174 173 20 -
CMYK 0 0.01 0.89 0.32
HSL 59.61º 0.79% 0.38% -
HSV(B) 59.61º 0.89% 0.68% -
XYZ 32.53 38.94 6.46 -
YUV 155.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 174 173 20 0 0.01 0.89 0.32 59.61 0.79 0.38
Hex AE AD 14 0 1 59 20 3C 4F 26
Octal 256 255 24 0 1 131 40 74 117 46
Binary 10101110 10101101 10100 0 1 1011001 100000 111100 1001111 100110

Color Harmonies of #AEAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD14

Black with #AEAD14

Text Example


Text Example

White with #AEAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD14; }

 p { color: rgb(174,173,20); }

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

background-color css

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

 a { background-color: rgb(174,173,20); }

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

border-color css

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

 span { border-color: rgb(174,173,20); }

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