#A1C28A

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

Shades of Norway #A1C28A

Tints of Norway #A1C28A

Color information

#A1C28A (or 0xA1C28A) is unknown color: approx Norway. HEX triplet: A1, C2 and 8A. RGB value is (161,194,138). Sum of RGB (Red+Green+Blue) = 161+194+138=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C28A is #5E3D75. Grayscale: #B1B1B1. Windows color (decimal): -6176118 or 9093793. OLE color: 9093793.

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

Color convert

RGB161194138-
CMYK0.1700.290.24
HSL95.36º31.46%65.1%-
HSV(B)95.36º28.87%76.08%-
XYZ38.584831.28-
YUV177.75105.57116.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=32.66%
G=39.35%
B=27.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941380.1700.290.2495.3631.4665.1
HexA1C28A1101D185f1f41
Octal241302212210353013737101
Binary10100001110000101000101010001011101110001011111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C28A; }

 p { color: rgb(161,194,138); }

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

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

 a { background-color: rgb(161,194,138); }

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

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

 span { border-color: rgb(161,194,138); }

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