#A9C294

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

Shades of Norway #A9C294

Tints of Norway #A9C294

Color information

#A9C294 (or 0xA9C294) is unknown color: approx Norway. HEX triplet: A9, C2 and 94. RGB value is (169,194,148). Sum of RGB (Red+Green+Blue) = 169+194+148=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C294 is #563D6B. Grayscale: #B5B5B5. Windows color (decimal): -5651820 or 9749161. OLE color: 9749161.

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

Color convert

RGB169194148-
CMYK0.1300.240.24
HSL92.61º27.38%67.06%-
HSV(B)92.61º23.71%76.08%-
XYZ4149.1635.34-
YUV181.28109.22119.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=33.07%
G=37.96%
B=28.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941480.1300.240.2492.6127.3867.06
HexA9C294D018185d1b43
Octal251302224150303013533103
Binary1010100111000010100101001101011000110001011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C294; }

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

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

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

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

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

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

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

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