#ACC88D

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

Shades of Norway #ACC88D

Tints of Norway #ACC88D

Color information

#ACC88D (or 0xACC88D) is unknown color: approx Norway. HEX triplet: AC, C8 and 8D. RGB value is (172,200,141). Sum of RGB (Red+Green+Blue) = 172+200+141=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC88D is #533772. Grayscale: #B9B9B9. Windows color (decimal): -5453683 or 9291948. OLE color: 9291948.

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

Color convert

RGB172200141-
CMYK0.1400.290.22
HSL88.47º34.91%66.86%-
HSV(B)88.47º29.5%78.43%-
XYZ42.485233-
YUV184.9103.22118.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=33.53%
G=38.99%
B=27.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001410.1400.290.2288.4734.9166.86
HexACC88DE01D16582343
Octal254310215160352613043103
Binary10101100110010001000110111100111011011010110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC88D; }

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

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

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

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

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

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

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

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