#A5C28E

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

Shades of Norway #A5C28E

Tints of Norway #A5C28E

Color information

#A5C28E (or 0xA5C28E) is unknown color: approx Norway. HEX triplet: A5, C2 and 8E. RGB value is (165,194,142). Sum of RGB (Red+Green+Blue) = 165+194+142=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C28E is #5A3D71. Grayscale: #B3B3B3. Windows color (decimal): -5913970 or 9355941. OLE color: 9355941.

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

Color convert

RGB165194142-
CMYK0.1500.270.24
HSL93.46º29.89%65.88%-
HSV(B)93.46º26.8%76.08%-
XYZ39.6948.5432.87-
YUV179.4106.89117.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=32.93%
G=38.72%
B=28.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941420.1500.270.2493.4629.8965.88
HexA5C28EF01B185d1e42
Octal245302216170333013536102
Binary1010010111000010100011101111011011110001011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C28E; }

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

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

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

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

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

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

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

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