Html Css Color HEX #AEAD18 Earls Green

📋 copy color: '#AEAD18'

red 174 ◦ green 173 ◦ blue 24

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

Shades of Earls Green #AEAD18

Tints of Earls Green #AEAD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 46.9%
G = 46.63%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AEAD18 (or 0xAEAD18) is known color: Earls Green. HEX triplet: AE, AD and 18. RGB value is (174,173,24). Sum of RGB (Red+Green+Blue) = 174+173+24=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD18 is #5152E7. Grayscale: #9C9C9C. Windows color (decimal): -5329640 or 1617326. OLE color: 1617326.

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

Color convert

RGB 174 173 24 -
CMYK 0 0.01 0.86 0.32
HSL 59.6º 0.76% 0.39% -
HSV(B) 59.6º 0.86% 0.68% -
XYZ 32.56 38.95 6.67 -
YUV 156.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 174 173 24 0 0.01 0.86 0.32 59.6 0.76 0.39
Hex AE AD 18 0 1 56 20 3C 4C 27
Octal 256 255 30 0 1 126 40 74 114 47
Binary 10101110 10101101 11000 0 1 1010110 100000 111100 1001100 100111

Color Harmonies of #AEAD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD18

Black with #AEAD18

Text Example


Text Example

White with #AEAD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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