#ACC991

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

Shades of Norway #ACC991

Tints of Norway #ACC991

Color information

#ACC991 (or 0xACC991) is unknown color: approx Norway. HEX triplet: AC, C9 and 91. RGB value is (172,201,145). Sum of RGB (Red+Green+Blue) = 172+201+145=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC991 is #53366E. Grayscale: #BABABA. Windows color (decimal): -5453423 or 9554348. OLE color: 9554348.

HSL color Cylindrical-coordinate representation of color #ACC991: hue angle of 91.07º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC991 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB172201145-
CMYK0.1400.280.21
HSL91.07º34.15%67.84%-
HSV(B)91.07º27.86%78.82%-
XYZ43.0152.5934.67-
YUV185.94104.89118.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=33.20%
G=38.80%
B=27.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011450.1400.280.2191.0734.1567.84
HexACC991E01C155b2244
Octal254311221160342513342104
Binary10101100110010011001000111100111001010110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC991; }

 p { color: rgb(172,201,145); }

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

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

 a { background-color: rgb(172,201,145); }

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

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

 span { border-color: rgb(172,201,145); }

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