#A0C28E

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

Shades of Norway #A0C28E

Tints of Norway #A0C28E

Color information

#A0C28E (or 0xA0C28E) is unknown color: approx Norway. HEX triplet: A0, C2 and 8E. RGB value is (160,194,142). Sum of RGB (Red+Green+Blue) = 160+194+142=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C28E is #5F3D71. Grayscale: #B2B2B2. Windows color (decimal): -6241650 or 9355936. OLE color: 9355936.

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

Color convert

RGB160194142-
CMYK0.1800.270.24
HSL99.23º29.89%65.88%-
HSV(B)99.23º26.8%76.08%-
XYZ38.6748.0132.82-
YUV177.91107.74115.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=32.26%
G=39.11%
B=28.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941420.1800.270.2499.2329.8965.88
HexA0C28E1201B18631e42
Octal240302216220333014336102
Binary10100000110000101000111010010011011110001100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C28E; }

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

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

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

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

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

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

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

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