#A7C28E

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

Shades of Norway #A7C28E

Tints of Norway #A7C28E

Color information

#A7C28E (or 0xA7C28E) is unknown color: approx Norway. HEX triplet: A7, C2 and 8E. RGB value is (167,194,142). Sum of RGB (Red+Green+Blue) = 167+194+142=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C28E is #583D71. Grayscale: #B4B4B4. Windows color (decimal): -5782898 or 9355943. OLE color: 9355943.

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

Color convert

RGB167194142-
CMYK0.1400.270.24
HSL91.15º29.89%65.88%-
HSV(B)91.15º26.8%76.08%-
XYZ40.1148.7532.89-
YUV180106.55118.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=33.20%
G=38.57%
B=28.23%

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
Decimal1671941420.1400.270.2491.1529.8965.88
HexA7C28EE01B185b1e42
Octal247302216160333013336102
Binary1010011111000010100011101110011011110001011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C28E; }

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

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

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

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

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

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

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

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