#ACC093

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

Shades of Norway #ACC093

Tints of Norway #ACC093

Color information

#ACC093 (or 0xACC093) is unknown color: approx Norway. HEX triplet: AC, C0 and 93. RGB value is (172,192,147). Sum of RGB (Red+Green+Blue) = 172+192+147=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC093 is #533F6C. Grayscale: #B5B5B5. Windows color (decimal): -5455725 or 9683116. OLE color: 9683116.

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

Color convert

RGB172192147-
CMYK0.1000.230.25
HSL86.67º26.32%66.47%-
HSV(B)86.67º23.44%75.29%-
XYZ41.1348.5834.81-
YUV180.89108.87121.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=33.66%
G=37.57%
B=28.77%

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
Decimal1721921470.1000.230.2586.6726.3266.47
HexACC093A01719571a42
Octal254300223120273112732102
Binary1010110011000000100100111010010111110011010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC093; }

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

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

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

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

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

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

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

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