#ACC790

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

Shades of Norway #ACC790

Tints of Norway #ACC790

Color information

#ACC790 (or 0xACC790) is unknown color: approx Norway. HEX triplet: AC, C7 and 90. RGB value is (172,199,144). Sum of RGB (Red+Green+Blue) = 172+199+144=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC790 is #53386F. Grayscale: #B8B8B8. Windows color (decimal): -5453936 or 9488300. OLE color: 9488300.

HSL color Cylindrical-coordinate representation of color #ACC790: hue angle of 89.45º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC790 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB172199144-
CMYK0.1400.280.22
HSL89.45º32.93%67.25%-
HSV(B)89.45º27.64%78.04%-
XYZ42.4751.6334.11-
YUV184.66105.05118.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=33.40%
G=38.64%
B=27.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991440.1400.280.2289.4532.9367.25
HexACC790E01C16592143
Octal254307220160342613141103
Binary10101100110001111001000011100111001011010110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC790; }

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

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

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

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

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

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

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

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