#ACADA8

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

Shades of Green Spring #ACADA8

Tints of Green Spring #ACADA8

Color information

#ACADA8 (or 0xACADA8) is unknown color: approx Green Spring. HEX triplet: AC, AD and A8. RGB value is (172,173,168). Sum of RGB (Red+Green+Blue) = 172+173+168=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA8 is #535257. Grayscale: #ACACAC. Windows color (decimal): -5460568 or 11054508. OLE color: 11054508.

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

Color convert

RGB172173168-
CMYK0.0100.030.32
HSL72º2.96%66.86%-
HSV(B)72º2.89%67.84%-
XYZ39.0241.4843-
YUV172.13125.67127.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=33.53%
G=33.72%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731680.0100.030.32722.9666.86
HexACADA81032048343
Octal254255250103401103103
Binary10101100101011011010100010111000001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADA8; }

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

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

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

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

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

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

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

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