Html Css Color HEX #AAAD1C Earls Green

📋 copy color: '#AAAD1C'

red 170 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #AAAD1C

Tints of Earls Green #AAAD1C

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

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

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 45.82%
G = 46.63%
B = 7.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AAAD1C (or 0xAAAD1C) is known color: Earls Green. HEX triplet: AA, AD and 1C. RGB value is (170,173,28). Sum of RGB (Red+Green+Blue) = 170+173+28=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD1C is #5552E3. Grayscale: #9C9C9C. Windows color (decimal): -5591780 or 1879466. OLE color: 1879466.

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

Color convert

RGB 170 173 28 -
CMYK 0.02 0 0.84 0.32
HSL 61.24º 0.72% 0.39% -
HSV(B) 61.24º 0.84% 0.68% -
XYZ 31.73 38.52 6.86 -
YUV 155.57 56.01 138.29 -
System Red Green Blue C M Y K H S L
Decimal 170 173 28 0.02 0 0.84 0.32 61.24 0.72 0.39
Hex AA AD 1C 2 0 54 20 3D 48 27
Octal 252 255 34 2 0 124 40 75 110 47
Binary 10101010 10101101 11100 10 0 1010100 100000 111101 1001000 100111

Color Harmonies of #AAAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD1C

Black with #AAAD1C

Text Example


Text Example

White with #AAAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD1C; }

 p { color: rgb(170,173,28); }

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

background-color css

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

 a { background-color: rgb(170,173,28); }

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

border-color css

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

 span { border-color: rgb(170,173,28); }

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