#ADC490

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

Shades of Norway #ADC490

Tints of Norway #ADC490

Color information

#ADC490 (or 0xADC490) is unknown color: approx Norway. HEX triplet: AD, C4 and 90. RGB value is (173,196,144). Sum of RGB (Red+Green+Blue) = 173+196+144=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC490 is #523B6F. Grayscale: #B7B7B7. Windows color (decimal): -5389168 or 9487533. OLE color: 9487533.

HSL color Cylindrical-coordinate representation of color #ADC490: hue angle of 86.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC490 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB173196144-
CMYK0.1200.270.23
HSL86.54º30.59%66.67%-
HSV(B)86.54º26.53%76.86%-
XYZ42.0150.3833.9-
YUV183.2105.88120.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=33.72%
G=38.21%
B=28.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961440.1200.270.2386.5430.5966.67
HexADC490C01B17571f43
Octal255304220140332712737103
Binary1010110111000100100100001100011011101111010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC490; }

 p { color: rgb(173,196,144); }

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

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

 a { background-color: rgb(173,196,144); }

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

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

 span { border-color: rgb(173,196,144); }

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