#A0C187

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

Shades of Norway #A0C187

Tints of Norway #A0C187

Color information

#A0C187 (or 0xA0C187) is unknown color: approx Norway. HEX triplet: A0, C1 and 87. RGB value is (160,193,135). Sum of RGB (Red+Green+Blue) = 160+193+135=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C187 is #5F3E78. Grayscale: #B0B0B0. Windows color (decimal): -6241913 or 8896928. OLE color: 8896928.

HSL color Cylindrical-coordinate representation of color #A0C187: hue angle of 94.14º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0C187 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB160193135-
CMYK0.1700.300.24
HSL94.14º31.87%64.31%-
HSV(B)94.14º30.05%75.69%-
XYZ37.9447.3630.06-
YUV176.52104.57116.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=32.79%
G=39.55%
B=27.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601931350.1700.300.2494.1431.8764.31
HexA0C1871101E185e2040
Octal240301207210363013640100
Binary101000001100000110000111100010111101100010111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C187; }

 p { color: rgb(160,193,135); }

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

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

 a { background-color: rgb(160,193,135); }

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

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

 span { border-color: rgb(160,193,135); }

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