#A3C08A

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

Shades of Norway #A3C08A

Tints of Norway #A3C08A

Color information

#A3C08A (or 0xA3C08A) is unknown color: approx Norway. HEX triplet: A3, C0 and 8A. RGB value is (163,192,138). Sum of RGB (Red+Green+Blue) = 163+192+138=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C08A is #5C3F75. Grayscale: #B1B1B1. Windows color (decimal): -6045558 or 9093283. OLE color: 9093283.

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

Color convert

RGB163192138-
CMYK0.1500.280.25
HSL92.22º30%64.71%-
HSV(B)92.22º28.12%75.29%-
XYZ38.5447.3231.15-
YUV177.17105.89117.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=33.06%
G=38.95%
B=27.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921380.1500.280.2592.223064.71
HexA3C08AF01C195c1e41
Octal243300212170343113436101
Binary1010001111000000100010101111011100110011011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C08A; }

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

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

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

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

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

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

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

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