#ACC294

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

Shades of Norway #ACC294

Tints of Norway #ACC294

Color information

#ACC294 (or 0xACC294) is unknown color: approx Norway. HEX triplet: AC, C2 and 94. RGB value is (172,194,148). Sum of RGB (Red+Green+Blue) = 172+194+148=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC294 is #533D6B. Grayscale: #B6B6B6. Windows color (decimal): -5455212 or 9749164. OLE color: 9749164.

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

Color convert

RGB172194148-
CMYK0.1100.240.24
HSL88.7º27.38%67.06%-
HSV(B)88.7º23.71%76.08%-
XYZ41.6549.4935.37-
YUV182.18108.71120.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=33.46%
G=37.74%
B=28.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941480.1100.240.2488.727.3867.06
HexACC294B01818591b43
Octal254302224130303013133103
Binary1010110011000010100101001011011000110001011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC294; }

 p { color: rgb(172,194,148); }

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

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

 a { background-color: rgb(172,194,148); }

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

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

 span { border-color: rgb(172,194,148); }

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