#ADC494

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

Shades of Norway #ADC494

Tints of Norway #ADC494

Color information

#ADC494 (or 0xADC494) is unknown color: approx Norway. HEX triplet: AD, C4 and 94. RGB value is (173,196,148). Sum of RGB (Red+Green+Blue) = 173+196+148=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC494 is #523B6B. Grayscale: #B7B7B7. Windows color (decimal): -5389164 or 9749677. OLE color: 9749677.

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

Color convert

RGB173196148-
CMYK0.1200.240.23
HSL88.75º28.92%67.45%-
HSV(B)88.75º24.49%76.86%-
XYZ42.3250.535.53-
YUV183.65107.88120.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=33.46%
G=37.91%
B=28.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961480.1200.240.2388.7528.9267.45
HexADC494C01817591d43
Octal255304224140302713135103
Binary1010110111000100100101001100011000101111011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC494; }

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

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

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

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

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

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

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

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