#A4C490

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

Shades of Norway #A4C490

Tints of Norway #A4C490

Color information

#A4C490 (or 0xA4C490) is unknown color: approx Norway. HEX triplet: A4, C4 and 90. RGB value is (164,196,144). Sum of RGB (Red+Green+Blue) = 164+196+144=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C490 is #5B3B6F. Grayscale: #B4B4B4. Windows color (decimal): -5978992 or 9487524. OLE color: 9487524.

HSL color Cylindrical-coordinate representation of color #A4C490: hue angle of 96.92º 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 #A4C490 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB164196144-
CMYK0.1600.270.23
HSL96.92º30.59%66.67%-
HSV(B)96.92º26.53%76.86%-
XYZ40.0849.3933.81-
YUV180.5107.4116.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=32.54%
G=38.89%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961440.1600.270.2396.9230.5966.67
HexA4C4901001B17611f43
Octal244304220200332714137103
Binary10100100110001001001000010000011011101111100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C490; }

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

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

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

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

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

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

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

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