#A3C28E

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

Shades of Norway #A3C28E

Tints of Norway #A3C28E

Color information

#A3C28E (or 0xA3C28E) is unknown color: approx Norway. HEX triplet: A3, C2 and 8E. RGB value is (163,194,142). Sum of RGB (Red+Green+Blue) = 163+194+142=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C28E is #5C3D71. Grayscale: #B2B2B2. Windows color (decimal): -6045042 or 9355939. OLE color: 9355939.

HSL color Cylindrical-coordinate representation of color #A3C28E: hue angle of 95.77º 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 #A3C28E is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB163194142-
CMYK0.1600.270.24
HSL95.77º29.89%65.88%-
HSV(B)95.77º26.8%76.08%-
XYZ39.2848.3232.85-
YUV178.8107.23116.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=32.67%
G=38.88%
B=28.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941420.1600.270.2495.7729.8965.88
HexA3C28E1001B18601e42
Octal243302216200333014036102
Binary10100011110000101000111010000011011110001100000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C28E; }

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

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

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

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

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

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

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

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