Html Css Color HEX #AAAD25 Earls Green

📋 copy color: '#AAAD25'

red 170 ◦ green 173 ◦ blue 37

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

Shades of Earls Green #AAAD25

Tints of Earls Green #AAAD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 44.74%
G = 45.53%
B = 9.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AAAD25 (or 0xAAAD25) is known color: Earls Green. HEX triplet: AA, AD and 25. RGB value is (170,173,37). Sum of RGB (Red+Green+Blue) = 170+173+37=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD25 is #5552DA. Grayscale: #9D9D9D. Windows color (decimal): -5591771 or 2469290. OLE color: 2469290.

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

Color convert

RGB 170 173 37 -
CMYK 0.02 0 0.79 0.32
HSL 61.32º 0.65% 0.41% -
HSV(B) 61.32º 0.79% 0.68% -
XYZ 31.86 38.57 7.52 -
YUV 156.6 60.51 137.56 -
System Red Green Blue C M Y K H S L
Decimal 170 173 37 0.02 0 0.79 0.32 61.32 0.65 0.41
Hex AA AD 25 2 0 4F 20 3D 41 29
Octal 252 255 45 2 0 117 40 75 101 51
Binary 10101010 10101101 100101 10 0 1001111 100000 111101 1000001 101001

Color Harmonies of #AAAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD25

Black with #AAAD25

Text Example


Text Example

White with #AAAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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