#ACC590

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

Shades of Norway #ACC590

Tints of Norway #ACC590

Color information

#ACC590 (or 0xACC590) is unknown color: approx Norway. HEX triplet: AC, C5 and 90. RGB value is (172,197,144). Sum of RGB (Red+Green+Blue) = 172+197+144=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC590 is #533A6F. Grayscale: #B7B7B7. Windows color (decimal): -5454448 or 9487788. OLE color: 9487788.

HSL color Cylindrical-coordinate representation of color #ACC590: hue angle of 88.3º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC590 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB172197144-
CMYK0.1300.270.23
HSL88.3º31.36%66.86%-
HSV(B)88.3º26.9%77.25%-
XYZ42.0150.7233.96-
YUV183.48105.72119.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=33.53%
G=38.40%
B=28.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971440.1300.270.2388.331.3666.86
HexACC590D01B17581f43
Octal254305220150332713037103
Binary1010110011000101100100001101011011101111011000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC590; }

 p { color: rgb(172,197,144); }

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

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

 a { background-color: rgb(172,197,144); }

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

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

 span { border-color: rgb(172,197,144); }

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