#A4C18A

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

Shades of Norway #A4C18A

Tints of Norway #A4C18A

Color information

#A4C18A (or 0xA4C18A) is unknown color: approx Norway. HEX triplet: A4, C1 and 8A. RGB value is (164,193,138). Sum of RGB (Red+Green+Blue) = 164+193+138=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C18A is #5B3E75. Grayscale: #B2B2B2. Windows color (decimal): -5979766 or 9093540. OLE color: 9093540.

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

Color convert

RGB164193138-
CMYK0.1500.280.24
HSL91.64º30.73%64.9%-
HSV(B)91.64º28.5%75.69%-
XYZ38.9747.8731.23-
YUV178.06105.39117.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=33.13%
G=38.99%
B=27.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931380.1500.280.2491.6430.7364.9
HexA4C18AF01C185c1f41
Octal244301212170343013437101
Binary1010010011000001100010101111011100110001011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C18A; }

 p { color: rgb(164,193,138); }

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

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

 a { background-color: rgb(164,193,138); }

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

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

 span { border-color: rgb(164,193,138); }

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