#A0C28C

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

Shades of Norway #A0C28C

Tints of Norway #A0C28C

Color information

#A0C28C (or 0xA0C28C) is unknown color: approx Norway. HEX triplet: A0, C2 and 8C. RGB value is (160,194,140). Sum of RGB (Red+Green+Blue) = 160+194+140=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C28C is #5F3D73. Grayscale: #B1B1B1. Windows color (decimal): -6241652 or 9224864. OLE color: 9224864.

HSL color Cylindrical-coordinate representation of color #A0C28C: hue angle of 97.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C28C is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB160194140-
CMYK0.1800.280.24
HSL97.78º30.68%65.49%-
HSV(B)97.78º27.84%76.08%-
XYZ38.5247.9532.04-
YUV177.68106.74115.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=32.39%
G=39.27%
B=28.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941400.1800.280.2497.7830.6865.49
HexA0C28C1201C18621f41
Octal240302214220343014237101
Binary10100000110000101000110010010011100110001100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C28C; }

 p { color: rgb(160,194,140); }

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

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

 a { background-color: rgb(160,194,140); }

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

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

 span { border-color: rgb(160,194,140); }

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