#A9C194

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

Shades of Norway #A9C194

Tints of Norway #A9C194

Color information

#A9C194 (or 0xA9C194) is unknown color: approx Norway. HEX triplet: A9, C1 and 94. RGB value is (169,193,148). Sum of RGB (Red+Green+Blue) = 169+193+148=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C194 is #563E6B. Grayscale: #B4B4B4. Windows color (decimal): -5652076 or 9748905. OLE color: 9748905.

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

Color convert

RGB169193148-
CMYK0.1200.230.24
HSL92º26.63%66.86%-
HSV(B)92º23.32%75.69%-
XYZ40.7848.7135.27-
YUV180.69109.55119.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=33.14%
G=37.84%
B=29.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931480.1200.230.249226.6366.86
HexA9C194C017185c1b43
Octal251301224140273013433103
Binary1010100111000001100101001100010111110001011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C194; }

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

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

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

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

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

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

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

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