#ADAC1E

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

Shades of Earls Green #ADAC1E

Tints of Earls Green #ADAC1E

Color information

#ADAC1E (or 0xADAC1E) is unknown color: approx Earls Green. HEX triplet: AD, AC and 1E. RGB value is (173,172,30). Sum of RGB (Red+Green+Blue) = 173+172+30=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC1E is #5253E1. Grayscale: #9C9C9C. Windows color (decimal): -5395426 or 2010285. OLE color: 2010285.

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

Color convert

RGB17317230-
CMYK00.010.830.32
HSL59.58º70.44%39.8%-
HSV(B)59.58º82.66%67.84%-
XYZ32.2238.486.96-
YUV156.1156.83140.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 30 (12.11% from 255) = 8%
R=46.13%
G=45.87%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731723000.010.830.3259.5870.4439.8
HexADAC1E0153203c4628
Octal2552543601123407410650
Binary1010110110101100111100110100111000001111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC1E; }

 p { color: rgb(173,172,30); }

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

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

 a { background-color: rgb(173,172,30); }

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

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

 span { border-color: rgb(173,172,30); }

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