#ACC19A

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

Shades of Norway #ACC19A

Tints of Norway #ACC19A

Color information

#ACC19A (or 0xACC19A) is unknown color: approx Norway. HEX triplet: AC, C1 and 9A. RGB value is (172,193,154). Sum of RGB (Red+Green+Blue) = 172+193+154=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC19A is #533E65. Grayscale: #B6B6B6. Windows color (decimal): -5455462 or 10142124. OLE color: 10142124.

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

Color convert

RGB172193154-
CMYK0.1100.200.24
HSL92.31º23.93%68.04%-
HSV(B)92.31º20.21%75.69%-
XYZ41.9249.2437.87-
YUV182.28112.04120.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=33.14%
G=37.19%
B=29.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931540.1100.200.2492.3123.9368.04
HexACC19AB014185c1844
Octal254301232130243013430104
Binary1010110011000001100110101011010100110001011100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC19A; }

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

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

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

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

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

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

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

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