#A6C78E

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

Shades of Norway #A6C78E

Tints of Norway #A6C78E

Color information

#A6C78E (or 0xA6C78E) is unknown color: approx Norway. HEX triplet: A6, C7 and 8E. RGB value is (166,199,142). Sum of RGB (Red+Green+Blue) = 166+199+142=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C78E is #593871. Grayscale: #B6B6B6. Windows color (decimal): -5847154 or 9357222. OLE color: 9357222.

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

Color convert

RGB166199142-
CMYK0.1700.290.22
HSL94.74º33.73%66.86%-
HSV(B)94.74º28.64%78.04%-
XYZ41.0350.9133.25-
YUV182.64105.07116.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=32.74%
G=39.25%
B=28.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991420.1700.290.2294.7433.7366.86
HexA6C78E1101D165f2243
Octal246307216210352613742103
Binary101001101100011110001110100010111011011010111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C78E; }

 p { color: rgb(166,199,142); }

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

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

 a { background-color: rgb(166,199,142); }

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

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

 span { border-color: rgb(166,199,142); }

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