#ACC58D

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

Shades of Norway #ACC58D

Tints of Norway #ACC58D

Color information

#ACC58D (or 0xACC58D) is unknown color: approx Norway. HEX triplet: AC, C5 and 8D. RGB value is (172,197,141). Sum of RGB (Red+Green+Blue) = 172+197+141=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58D is #533A72. Grayscale: #B7B7B7. Windows color (decimal): -5454451 or 9291180. OLE color: 9291180.

HSL color Cylindrical-coordinate representation of color #ACC58D: hue angle of 86.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC58D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB172197141-
CMYK0.1300.280.23
HSL86.79º32.56%66.27%-
HSV(B)86.79º28.43%77.25%-
XYZ41.7950.6332.77-
YUV183.14104.22120.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=33.73%
G=38.63%
B=27.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971410.1300.280.2386.7932.5666.27
HexACC58DD01C17572142
Octal254305215150342712741102
Binary10101100110001011000110111010111001011110101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC58D; }

 p { color: rgb(172,197,141); }

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

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

 a { background-color: rgb(172,197,141); }

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

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

 span { border-color: rgb(172,197,141); }

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