Html Css Color HEX #ADAC7F Neutral Green

📋 copy color: '#ADAC7F'

red 173 ◦ green 172 ◦ blue 127

#ADAC7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neutral Green #ADAC7F

Tints of Neutral Green #ADAC7F

RGB

 RED value IS 173 (67.97% from 255) = 36.65%

 GREEN value IS 172 (67.58% from 255) = 36.44%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 36.65%
G = 36.44%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#ADAC7F (or 0xADAC7F) is known color: Neutral Green. HEX triplet: AD, AC and 7F. RGB value is (173,172,127). Sum of RGB (Red+Green+Blue) = 173+172+127=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7F is #525380. Grayscale: #A7A7A7. Windows color (decimal): -5395329 or 8367277. OLE color: 8367277.

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

Color convert

RGB 173 172 127 -
CMYK 0 0.01 0.27 0.32
HSL 58.7º 0.22% 0.59% -
HSV(B) 58.7º 0.27% 0.68% -
XYZ 35.82 39.92 25.9 -
YUV 167.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 173 172 127 0 0.01 0.27 0.32 58.7 0.22 0.59
Hex AD AC 7F 0 1 1B 20 3B 16 3B
Octal 255 254 177 0 1 33 40 73 26 73
Binary 10101101 10101100 1111111 0 1 11011 100000 111011 10110 111011

Color Harmonies of #ADAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC7F

Black with #ADAC7F

Text Example


Text Example

White with #ADAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC7F; }

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

 H1.HeaderClassName
 {
   color: #ADAC7F;
 }
 .AnyTagClassName
 {
   color: #ADAC7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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