#ACC094

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

Shades of Norway #ACC094

Tints of Norway #ACC094

Color information

#ACC094 (or 0xACC094) is unknown color: approx Norway. HEX triplet: AC, C0 and 94. RGB value is (172,192,148). Sum of RGB (Red+Green+Blue) = 172+192+148=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC094 is #533F6B. Grayscale: #B5B5B5. Windows color (decimal): -5455724 or 9748652. OLE color: 9748652.

HSL color Cylindrical-coordinate representation of color #ACC094: hue angle of 87.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC094 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB172192148-
CMYK0.1000.230.25
HSL87.27º25.88%66.67%-
HSV(B)87.27º22.92%75.29%-
XYZ41.2148.6135.23-
YUV181109.37121.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=33.59%
G=37.5%
B=28.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921480.1000.230.2587.2725.8866.67
HexACC094A01719571a43
Octal254300224120273112732103
Binary1010110011000000100101001010010111110011010111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC094; }

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

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

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

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

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

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

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

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