#ADAA17

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

Shades of Earls Green #ADAA17

Tints of Earls Green #ADAA17

Color information

#ADAA17 (or 0xADAA17) is unknown color: approx Earls Green. HEX triplet: AD, AA and 17. RGB value is (173,170,23). Sum of RGB (Red+Green+Blue) = 173+170+23=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA17 is #5255E8. Grayscale: #9A9A9A. Windows color (decimal): -5395945 or 1551021. OLE color: 1551021.

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

Color convert

RGB17317023-
CMYK00.020.870.32
HSL58.8º76.53%38.43%-
HSV(B)58.8º86.71%67.84%-
XYZ31.7637.76.41-
YUV154.1453.99141.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 23 (9.38% from 255) = 6.28%
R=47.27%
G=46.45%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731702300.020.870.3258.876.5338.43
HexADAA170257203b4d26
Octal2552522702127407311546
Binary10101101101010101011101010101111000001110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA17; }

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

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

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

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

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

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

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

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