#A6C08E

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

Shades of Norway #A6C08E

Tints of Norway #A6C08E

Color information

#A6C08E (or 0xA6C08E) is unknown color: approx Norway. HEX triplet: A6, C0 and 8E. RGB value is (166,192,142). Sum of RGB (Red+Green+Blue) = 166+192+142=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C08E is #593F71. Grayscale: #B2B2B2. Windows color (decimal): -5848946 or 9355430. OLE color: 9355430.

HSL color Cylindrical-coordinate representation of color #A6C08E: hue angle of 91.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C08E is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB166192142-
CMYK0.1400.260.25
HSL91.2º28.41%65.49%-
HSV(B)91.2º26.04%75.29%-
XYZ39.4647.7632.73-
YUV178.53107.39119.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=33.2%
G=38.4%
B=28.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921420.1400.260.2591.228.4165.49
HexA6C08EE01A195b1c41
Octal246300216160323113334101
Binary1010011011000000100011101110011010110011011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C08E; }

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

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

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

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

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

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

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

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