#A4C28E

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

Shades of Norway #A4C28E

Tints of Norway #A4C28E

Color information

#A4C28E (or 0xA4C28E) is unknown color: approx Norway. HEX triplet: A4, C2 and 8E. RGB value is (164,194,142). Sum of RGB (Red+Green+Blue) = 164+194+142=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C28E is #5B3D71. Grayscale: #B3B3B3. Windows color (decimal): -5979506 or 9355940. OLE color: 9355940.

HSL color Cylindrical-coordinate representation of color #A4C28E: hue angle of 94.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4C28E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB164194142-
CMYK0.1500.270.24
HSL94.62º29.89%65.88%-
HSV(B)94.62º26.8%76.08%-
XYZ39.4848.4332.86-
YUV179.1107.06117.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=32.8%
G=38.8%
B=28.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941420.1500.270.2494.6229.8965.88
HexA4C28EF01B185f1e42
Octal244302216170333013736102
Binary1010010011000010100011101111011011110001011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C28E; }

 p { color: rgb(164,194,142); }

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

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

 a { background-color: rgb(164,194,142); }

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

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

 span { border-color: rgb(164,194,142); }

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