#ACC68F

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

Shades of Norway #ACC68F

Tints of Norway #ACC68F

Color information

#ACC68F (or 0xACC68F) is unknown color: approx Norway. HEX triplet: AC, C6 and 8F. RGB value is (172,198,143). Sum of RGB (Red+Green+Blue) = 172+198+143=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC68F is #533970. Grayscale: #B8B8B8. Windows color (decimal): -5454193 or 9422508. OLE color: 9422508.

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

Color convert

RGB172198143-
CMYK0.1300.280.22
HSL88.36º32.54%66.86%-
HSV(B)88.36º27.78%77.65%-
XYZ42.1751.1433.64-
YUV183.96104.89119.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=33.53%
G=38.60%
B=27.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981430.1300.280.2288.3632.5466.86
HexACC68FD01C16582143
Octal254306217150342613041103
Binary10101100110001101000111111010111001011010110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC68F; }

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

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

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

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

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

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

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

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