#ADAA25

Color #ADAA25 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ADAA25

Tints of Earls Green #ADAA25

Color information

#ADAA25 (or 0xADAA25) is unknown color: approx Earls Green. HEX triplet: AD, AA and 25. RGB value is (173,170,37). Sum of RGB (Red+Green+Blue) = 173+170+37=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA25 is #5255DA. Grayscale: #9C9C9C. Windows color (decimal): -5395931 or 2468525. OLE color: 2468525.

HSL color Cylindrical-coordinate representation of color #ADAA25: hue angle of 58.68º 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 #ADAA25 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17317037-
CMYK00.020.790.32
HSL58.68º64.76%41.18%-
HSV(B)58.68º78.61%67.84%-
XYZ31.9437.777.36-
YUV155.7360.99140.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=45.53%
G=44.74%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731703700.020.790.3258.6864.7641.18
HexADAA25024F203b4129
Octal2552524502117407310151
Binary101011011010101010010101010011111000001110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA25; }

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

 H1.HeaderClassName
 {
   color: #ADAA25;
 }
 .AnyTagClassName
 {
   color: #ADAA25;
 }
</style>
background-color css

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

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

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

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

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

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