#A6C38E

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

Shades of Norway #A6C38E

Tints of Norway #A6C38E

Color information

#A6C38E (or 0xA6C38E) is unknown color: approx Norway. HEX triplet: A6, C3 and 8E. RGB value is (166,195,142). Sum of RGB (Red+Green+Blue) = 166+195+142=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C38E is #593C71. Grayscale: #B4B4B4. Windows color (decimal): -5848178 or 9356198. OLE color: 9356198.

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

Color convert

RGB166195142-
CMYK0.1500.270.24
HSL92.83º30.64%66.08%-
HSV(B)92.83º27.18%76.47%-
XYZ40.1249.0932.95-
YUV180.29106.39117.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=33.00%
G=38.77%
B=28.23%

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
Decimal1661951420.1500.270.2492.8330.6466.08
HexA6C38EF01B185d1f42
Octal246303216170333013537102
Binary1010011011000011100011101111011011110001011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C38E; }

 p { color: rgb(166,195,142); }

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

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

 a { background-color: rgb(166,195,142); }

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

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

 span { border-color: rgb(166,195,142); }

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