#A6C08D

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

Shades of Norway #A6C08D

Tints of Norway #A6C08D

Color information

#A6C08D (or 0xA6C08D) is unknown color: approx Norway. HEX triplet: A6, C0 and 8D. RGB value is (166,192,141). Sum of RGB (Red+Green+Blue) = 166+192+141=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C08D is #593F72. Grayscale: #B2B2B2. Windows color (decimal): -5848947 or 9289894. OLE color: 9289894.

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

Color convert

RGB166192141-
CMYK0.1400.270.25
HSL90.59º28.81%65.29%-
HSV(B)90.59º26.56%75.29%-
XYZ39.3847.7332.34-
YUV178.41106.89119.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=33.27%
G=38.48%
B=28.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921410.1400.270.2590.5928.8165.29
HexA6C08DE01B195b1d41
Octal246300215160333113335101
Binary1010011011000000100011011110011011110011011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C08D; }

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

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

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

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

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

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

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

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