#A3C090

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

Shades of Norway #A3C090

Tints of Norway #A3C090

Color information

#A3C090 (or 0xA3C090) is unknown color: approx Norway. HEX triplet: A3, C0 and 90. RGB value is (163,192,144). Sum of RGB (Red+Green+Blue) = 163+192+144=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C090 is #5C3F6F. Grayscale: #B2B2B2. Windows color (decimal): -6045552 or 9486499. OLE color: 9486499.

HSL color Cylindrical-coordinate representation of color #A3C090: hue angle of 96.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3C090 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB163192144-
CMYK0.1500.250.25
HSL96.25º27.59%65.88%-
HSV(B)96.25º25%75.29%-
XYZ38.9947.533.5-
YUV177.86108.89117.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=32.67%
G=38.48%
B=28.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921440.1500.250.2596.2527.5965.88
HexA3C090F01919601c42
Octal243300220170313114034102
Binary1010001111000000100100001111011001110011100000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C090; }

 p { color: rgb(163,192,144); }

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

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

 a { background-color: rgb(163,192,144); }

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

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

 span { border-color: rgb(163,192,144); }

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