#ACB09F

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

Shades of Green Spring #ACB09F

Tints of Green Spring #ACB09F

Color information

#ACB09F (or 0xACB09F) is unknown color: approx Green Spring. HEX triplet: AC, B0 and 9F. RGB value is (172,176,159). Sum of RGB (Red+Green+Blue) = 172+176+159=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB09F is #534F60. Grayscale: #ACACAC. Windows color (decimal): -5459809 or 10465452. OLE color: 10465452.

HSL color Cylindrical-coordinate representation of color #ACB09F: hue angle of 74.12º 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 #ACB09F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB172176159-
CMYK0.0200.100.31
HSL74.12º9.71%65.69%-
HSV(B)74.12º9.66%69.02%-
XYZ38.842.3238.93-
YUV172.87120.17127.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=33.93%
G=34.71%
B=31.36%

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
Decimal1721761590.0200.100.3174.129.7165.69
HexACB09F20A1F4aa42
Octal25426023720123711212102
Binary101011001011000010011111100101011111100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB09F; }

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

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

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

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

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

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

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

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