#ACC78D

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

Shades of Norway #ACC78D

Tints of Norway #ACC78D

Color information

#ACC78D (or 0xACC78D) is unknown color: approx Norway. HEX triplet: AC, C7 and 8D. RGB value is (172,199,141). Sum of RGB (Red+Green+Blue) = 172+199+141=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78D is #533872. Grayscale: #B8B8B8. Windows color (decimal): -5453939 or 9291692. OLE color: 9291692.

HSL color Cylindrical-coordinate representation of color #ACC78D: hue angle of 87.93º degrees, saturation: 0.34, 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 #ACC78D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB172199141-
CMYK0.1400.290.22
HSL87.93º34.12%66.67%-
HSV(B)87.93º29.15%78.04%-
XYZ42.2451.5432.92-
YUV184.32103.55119.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 199 (78.12% from 255) = 38.87%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=33.59%
G=38.87%
B=27.54%

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
Decimal1721991410.1400.290.2287.9334.1266.67
HexACC78DE01D16582243
Octal254307215160352613042103
Binary10101100110001111000110111100111011011010110001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC78D; }

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

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

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

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

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

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

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

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