#A5C090

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

Shades of Norway #A5C090

Tints of Norway #A5C090

Color information

#A5C090 (or 0xA5C090) is unknown color: approx Norway. HEX triplet: A5, C0 and 90. RGB value is (165,192,144). Sum of RGB (Red+Green+Blue) = 165+192+144=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C090 is #5A3F6F. Grayscale: #B2B2B2. Windows color (decimal): -5914480 or 9486501. OLE color: 9486501.

HSL color Cylindrical-coordinate representation of color #A5C090: hue angle of 93.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C090 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB165192144-
CMYK0.1400.250.25
HSL93.75º27.59%65.88%-
HSV(B)93.75º25%75.29%-
XYZ39.447.7133.52-
YUV178.46108.55118.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=32.93%
G=38.32%
B=28.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921440.1400.250.2593.7527.5965.88
HexA5C090E019195e1c42
Octal245300220160313113634102
Binary1010010111000000100100001110011001110011011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C090; }

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

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

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

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

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

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

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

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