#A7C38E

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

Shades of Norway #A7C38E

Tints of Norway #A7C38E

Color information

#A7C38E (or 0xA7C38E) is unknown color: approx Norway. HEX triplet: A7, C3 and 8E. RGB value is (167,195,142). Sum of RGB (Red+Green+Blue) = 167+195+142=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C38E is #583C71. Grayscale: #B4B4B4. Windows color (decimal): -5782642 or 9356199. OLE color: 9356199.

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

Color convert

RGB167195142-
CMYK0.1400.270.24
HSL91.7º30.64%66.08%-
HSV(B)91.7º27.18%76.47%-
XYZ40.3349.232.96-
YUV180.59106.22118.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=33.13%
G=38.69%
B=28.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951420.1400.270.2491.730.6466.08
HexA7C38EE01B185c1f42
Octal247303216160333013437102
Binary1010011111000011100011101110011011110001011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C38E; }

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

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

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

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

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

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

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

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