#ACC58F

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

Shades of Norway #ACC58F

Tints of Norway #ACC58F

Color information

#ACC58F (or 0xACC58F) is unknown color: approx Norway. HEX triplet: AC, C5 and 8F. RGB value is (172,197,143). Sum of RGB (Red+Green+Blue) = 172+197+143=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58F is #533A70. Grayscale: #B7B7B7. Windows color (decimal): -5454449 or 9422252. OLE color: 9422252.

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

Color convert

RGB172197143-
CMYK0.1300.270.23
HSL87.78º31.76%66.67%-
HSV(B)87.78º27.41%77.25%-
XYZ41.9450.6933.56-
YUV183.37105.22119.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=33.59%
G=38.48%
B=27.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971430.1300.270.2387.7831.7666.67
HexACC58FD01B17582043
Octal254305217150332713040103
Binary10101100110001011000111111010110111011110110001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC58F; }

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

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

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

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

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

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

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

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