#A8AD94

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

Shades of Green Spring #A8AD94

Tints of Green Spring #A8AD94

Color information

#A8AD94 (or 0xA8AD94) is unknown color: approx Green Spring. HEX triplet: A8, AD and 94. RGB value is (168,173,148). Sum of RGB (Red+Green+Blue) = 168+173+148=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD94 is #57526B. Grayscale: #A8A8A8. Windows color (decimal): -5722732 or 9743784. OLE color: 9743784.

HSL color Cylindrical-coordinate representation of color #A8AD94: hue angle of 72º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AD94 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB168173148-
CMYK0.0300.140.32
HSL72º13.23%62.94%-
HSV(B)72º14.45%67.84%-
XYZ36.4440.3533.88-
YUV168.65116.34127.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=34.36%
G=35.38%
B=30.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731480.0300.140.327213.2362.94
HexA8AD9430E2048d3f
Octal2502552243016401101577
Binary101010001010110110010100110111010000010010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD94; }

 p { color: rgb(168,173,148); }

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

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

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

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

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

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

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