#A6C090

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

Shades of Norway #A6C090

Tints of Norway #A6C090

Color information

#A6C090 (or 0xA6C090) is unknown color: approx Norway. HEX triplet: A6, C0 and 90. RGB value is (166,192,144). Sum of RGB (Red+Green+Blue) = 166+192+144=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C090 is #593F6F. Grayscale: #B2B2B2. Windows color (decimal): -5848944 or 9486502. OLE color: 9486502.

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

Color convert

RGB166192144-
CMYK0.1400.250.25
HSL92.5º27.59%65.88%-
HSV(B)92.5º25%75.29%-
XYZ39.6147.8233.53-
YUV178.75108.39118.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=33.07%
G=38.25%
B=28.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921440.1400.250.2592.527.5965.88
HexA6C090E019195c1c42
Octal246300220160313113434102
Binary1010011011000000100100001110011001110011011100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C090; }

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

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

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

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

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

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

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

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