#A8C28E

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

Shades of Norway #A8C28E

Tints of Norway #A8C28E

Color information

#A8C28E (or 0xA8C28E) is unknown color: approx Norway. HEX triplet: A8, C2 and 8E. RGB value is (168,194,142). Sum of RGB (Red+Green+Blue) = 168+194+142=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C28E is #573D71. Grayscale: #B4B4B4. Windows color (decimal): -5717362 or 9355944. OLE color: 9355944.

HSL color Cylindrical-coordinate representation of color #A8C28E: hue angle of 90º 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 #A8C28E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB168194142-
CMYK0.1300.270.24
HSL90º29.89%65.88%-
HSV(B)90º26.8%76.08%-
XYZ40.3248.8632.9-
YUV180.3106.39119.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=33.33%
G=38.49%
B=28.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941420.1300.270.249029.8965.88
HexA8C28ED01B185a1e42
Octal250302216150333013236102
Binary1010100011000010100011101101011011110001011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C28E; }

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

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

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

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

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

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

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

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