#ADAE7F

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

Shades of Locust #ADAE7F

Tints of Locust #ADAE7F

Color information

#ADAE7F (or 0xADAE7F) is unknown color: approx Locust. HEX triplet: AD, AE and 7F. RGB value is (173,174,127). Sum of RGB (Red+Green+Blue) = 173+174+127=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7F is #525180. Grayscale: #A8A8A8. Windows color (decimal): -5394817 or 8367789. OLE color: 8367789.

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

Color convert

RGB173174127-
CMYK0.0100.270.32
HSL61.28º22.49%59.02%-
HSV(B)61.28º27.01%68.24%-
XYZ36.240.6926.02-
YUV168.34104.67131.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 127 (50% from 255) = 26.79%
R=36.50%
G=36.71%
B=26.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741270.0100.270.3261.2822.4959.02
HexADAE7F101B203d163b
Octal255256177103340752673
Binary10101101101011101111111101101110000011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE7F; }

 p { color: rgb(173,174,127); }

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

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

 a { background-color: rgb(173,174,127); }

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

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

 span { border-color: rgb(173,174,127); }

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