#A6C294

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

Shades of Norway #A6C294

Tints of Norway #A6C294

Color information

#A6C294 (or 0xA6C294) is unknown color: approx Norway. HEX triplet: A6, C2 and 94. RGB value is (166,194,148). Sum of RGB (Red+Green+Blue) = 166+194+148=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C294 is #593D6B. Grayscale: #B4B4B4. Windows color (decimal): -5848428 or 9749158. OLE color: 9749158.

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

Color convert

RGB166194148-
CMYK0.1400.240.24
HSL96.52º27.38%67.06%-
HSV(B)96.52º23.71%76.08%-
XYZ40.3648.8335.31-
YUV180.38109.72117.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=32.68%
G=38.19%
B=29.13%

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
Decimal1661941480.1400.240.2496.5227.3867.06
HexA6C294E01818611b43
Octal246302224160303014133103
Binary1010011011000010100101001110011000110001100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C294; }

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

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

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

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

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

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

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

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