#ACC393

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

Shades of Norway #ACC393

Tints of Norway #ACC393

Color information

#ACC393 (or 0xACC393) is unknown color: approx Norway. HEX triplet: AC, C3 and 93. RGB value is (172,195,147). Sum of RGB (Red+Green+Blue) = 172+195+147=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC393 is #533C6C. Grayscale: #B6B6B6. Windows color (decimal): -5454957 or 9683884. OLE color: 9683884.

HSL color Cylindrical-coordinate representation of color #ACC393: hue angle of 88.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC393 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB172195147-
CMYK0.1200.250.24
HSL88.75º28.57%67.06%-
HSV(B)88.75º24.62%76.47%-
XYZ41.7949.9135.03-
YUV182.65107.88120.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=33.46%
G=37.94%
B=28.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951470.1200.250.2488.7528.5767.06
HexACC393C01918591d43
Octal254303223140313013135103
Binary1010110011000011100100111100011001110001011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC393; }

 p { color: rgb(172,195,147); }

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

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

 a { background-color: rgb(172,195,147); }

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

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

 span { border-color: rgb(172,195,147); }

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