#ACC48D

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

Shades of Norway #ACC48D

Tints of Norway #ACC48D

Color information

#ACC48D (or 0xACC48D) is unknown color: approx Norway. HEX triplet: AC, C4 and 8D. RGB value is (172,196,141). Sum of RGB (Red+Green+Blue) = 172+196+141=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC48D is #533B72. Grayscale: #B6B6B6. Windows color (decimal): -5454707 or 9290924. OLE color: 9290924.

HSL color Cylindrical-coordinate representation of color #ACC48D: hue angle of 86.18º degrees, saturation: 0.32, 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 #ACC48D is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB172196141-
CMYK0.1200.280.23
HSL86.18º31.79%66.08%-
HSV(B)86.18º28.06%76.86%-
XYZ41.5650.1732.69-
YUV182.55104.55120.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=33.79%
G=38.51%
B=27.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961410.1200.280.2386.1831.7966.08
HexACC48DC01C17562042
Octal254304215140342712640102
Binary10101100110001001000110111000111001011110101101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC48D; }

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

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

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

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

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

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

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

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