#A9C494

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

Shades of Norway #A9C494

Tints of Norway #A9C494

Color information

#A9C494 (or 0xA9C494) is unknown color: approx Norway. HEX triplet: A9, C4 and 94. RGB value is (169,196,148). Sum of RGB (Red+Green+Blue) = 169+196+148=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C494 is #563B6B. Grayscale: #B6B6B6. Windows color (decimal): -5651308 or 9749673. OLE color: 9749673.

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

Color convert

RGB169196148-
CMYK0.1400.240.23
HSL93.75º28.92%67.45%-
HSV(B)93.75º24.49%76.86%-
XYZ41.4550.0535.49-
YUV182.46108.55118.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=32.94%
G=38.21%
B=28.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961480.1400.240.2393.7528.9267.45
HexA9C494E018175e1d43
Octal251304224160302713635103
Binary1010100111000100100101001110011000101111011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C494; }

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

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

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

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

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

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

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

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