#A9C490

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

Shades of Norway #A9C490

Tints of Norway #A9C490

Color information

#A9C490 (or 0xA9C490) is unknown color: approx Norway. HEX triplet: A9, C4 and 90. RGB value is (169,196,144). Sum of RGB (Red+Green+Blue) = 169+196+144=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C490 is #563B6F. Grayscale: #B6B6B6. Windows color (decimal): -5651312 or 9487529. OLE color: 9487529.

HSL color Cylindrical-coordinate representation of color #A9C490: hue angle of 91.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9C490 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB169196144-
CMYK0.1400.270.23
HSL91.15º30.59%66.67%-
HSV(B)91.15º26.53%76.86%-
XYZ41.1449.9333.85-
YUV182106.55118.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=33.20%
G=38.51%
B=28.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961440.1400.270.2391.1530.5966.67
HexA9C490E01B175b1f43
Octal251304220160332713337103
Binary1010100111000100100100001110011011101111011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C490; }

 p { color: rgb(169,196,144); }

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

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

 a { background-color: rgb(169,196,144); }

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

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

 span { border-color: rgb(169,196,144); }

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