#ADB09F

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

Shades of Green Spring #ADB09F

Tints of Green Spring #ADB09F

Color information

#ADB09F (or 0xADB09F) is unknown color: approx Green Spring. HEX triplet: AD, B0 and 9F. RGB value is (173,176,159). Sum of RGB (Red+Green+Blue) = 173+176+159=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB09F is #524F60. Grayscale: #ADADAD. Windows color (decimal): -5394273 or 10465453. OLE color: 10465453.

HSL color Cylindrical-coordinate representation of color #ADB09F: hue angle of 70.59º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB09F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB173176159-
CMYK0.0200.100.31
HSL70.59º9.71%65.69%-
HSV(B)70.59º9.66%69.02%-
XYZ39.0242.4438.94-
YUV173.16120.01127.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=34.06%
G=34.65%
B=31.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761590.0200.100.3170.599.7165.69
HexADB09F20A1F47a42
Octal25526023720123710712102
Binary101011011011000010011111100101011111100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB09F; }

 p { color: rgb(173,176,159); }

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

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

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

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

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

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

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