#A5C690

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

Shades of Norway #A5C690

Tints of Norway #A5C690

Color information

#A5C690 (or 0xA5C690) is unknown color: approx Norway. HEX triplet: A5, C6 and 90. RGB value is (165,198,144). Sum of RGB (Red+Green+Blue) = 165+198+144=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C690 is #5A396F. Grayscale: #B6B6B6. Windows color (decimal): -5912944 or 9488037. OLE color: 9488037.

HSL color Cylindrical-coordinate representation of color #A5C690: hue angle of 96.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C690 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB165198144-
CMYK0.1700.270.22
HSL96.67º32.14%67.06%-
HSV(B)96.67º27.27%77.65%-
XYZ40.7550.433.97-
YUV181.98106.57115.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=32.54%
G=39.05%
B=28.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981440.1700.270.2296.6732.1467.06
HexA5C6901101B16612043
Octal245306220210332614140103
Binary101001011100011010010000100010110111011011000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C690; }

 p { color: rgb(165,198,144); }

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

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

 a { background-color: rgb(165,198,144); }

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

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

 span { border-color: rgb(165,198,144); }

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