#A6C690

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

Shades of Norway #A6C690

Tints of Norway #A6C690

Color information

#A6C690 (or 0xA6C690) is unknown color: approx Norway. HEX triplet: A6, C6 and 90. RGB value is (166,198,144). Sum of RGB (Red+Green+Blue) = 166+198+144=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C690 is #59396F. Grayscale: #B6B6B6. Windows color (decimal): -5847408 or 9488038. OLE color: 9488038.

HSL color Cylindrical-coordinate representation of color #A6C690: hue angle of 95.56º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6C690 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB166198144-
CMYK0.1600.270.22
HSL95.56º32.14%67.06%-
HSV(B)95.56º27.27%77.65%-
XYZ40.9550.5133.98-
YUV182.28106.4116.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=32.68%
G=38.98%
B=28.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981440.1600.270.2295.5632.1467.06
HexA6C6901001B16602043
Octal246306220200332614040103
Binary101001101100011010010000100000110111011011000001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C690; }

 p { color: rgb(166,198,144); }

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

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

 a { background-color: rgb(166,198,144); }

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

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

 span { border-color: rgb(166,198,144); }

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