#ACC29A

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

Shades of Norway #ACC29A

Tints of Norway #ACC29A

Color information

#ACC29A (or 0xACC29A) is unknown color: approx Norway. HEX triplet: AC, C2 and 9A. RGB value is (172,194,154). Sum of RGB (Red+Green+Blue) = 172+194+154=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29A is #533D65. Grayscale: #B7B7B7. Windows color (decimal): -5455206 or 10142380. OLE color: 10142380.

HSL color Cylindrical-coordinate representation of color #ACC29A: hue angle of 93º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC29A is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB172194154-
CMYK0.1100.210.24
HSL93º24.69%68.24%-
HSV(B)93º20.62%76.08%-
XYZ42.1449.6937.94-
YUV182.86111.71120.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=33.08%
G=37.31%
B=29.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941540.1100.210.249324.6968.24
HexACC29AB015185d1944
Octal254302232130253013531104
Binary1010110011000010100110101011010101110001011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC29A; }

 p { color: rgb(172,194,154); }

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

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

 a { background-color: rgb(172,194,154); }

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

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

 span { border-color: rgb(172,194,154); }

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