#ADAD84

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

Shades of Neutral Green #ADAD84

Tints of Neutral Green #ADAD84

Color information

#ADAD84 (or 0xADAD84) is unknown color: approx Neutral Green. HEX triplet: AD, AD and 84. RGB value is (173,173,132). Sum of RGB (Red+Green+Blue) = 173+173+132=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD84 is #52527B. Grayscale: #A8A8A8. Windows color (decimal): -5395068 or 8695213. OLE color: 8695213.

HSL color Cylindrical-coordinate representation of color #ADAD84: hue angle of 60º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAD84 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173173132-
CMYK000.240.32
HSL60º20%59.8%-
HSV(B)60º23.7%67.84%-
XYZ36.3440.4427.72-
YUV168.33107.5131.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=36.19%
G=36.19%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173132000.240.32602059.8
HexADAD840018203c143c
Octal255255204003040742474
Binary101011011010110110000100001100010000011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD84; }

 p { color: rgb(173,173,132); }

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

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

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

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

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

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

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