#A7C294

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

Shades of Norway #A7C294

Tints of Norway #A7C294

Color information

#A7C294 (or 0xA7C294) is unknown color: approx Norway. HEX triplet: A7, C2 and 94. RGB value is (167,194,148). Sum of RGB (Red+Green+Blue) = 167+194+148=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C294 is #583D6B. Grayscale: #B4B4B4. Windows color (decimal): -5782892 or 9749159. OLE color: 9749159.

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

Color convert

RGB167194148-
CMYK0.1400.240.24
HSL95.22º27.38%67.06%-
HSV(B)95.22º23.71%76.08%-
XYZ40.5748.9435.32-
YUV180.68109.55118.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=32.81%
G=38.11%
B=29.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941480.1400.240.2495.2227.3867.06
HexA7C294E018185f1b43
Octal247302224160303013733103
Binary1010011111000010100101001110011000110001011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C294; }

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

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

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

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

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

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

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

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