#ADC093

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

Shades of Norway #ADC093

Tints of Norway #ADC093

Color information

#ADC093 (or 0xADC093) is unknown color: approx Norway. HEX triplet: AD, C0 and 93. RGB value is (173,192,147). Sum of RGB (Red+Green+Blue) = 173+192+147=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC093 is #523F6C. Grayscale: #B5B5B5. Windows color (decimal): -5390189 or 9683117. OLE color: 9683117.

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

Color convert

RGB173192147-
CMYK0.1000.230.25
HSL85.33º26.32%66.47%-
HSV(B)85.33º23.44%75.29%-
XYZ41.3548.6934.82-
YUV181.19108.71122.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=33.79%
G=37.5%
B=28.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921470.1000.230.2585.3326.3266.47
HexADC093A01719551a42
Octal255300223120273112532102
Binary1010110111000000100100111010010111110011010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC093; }

 p { color: rgb(173,192,147); }

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

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

 a { background-color: rgb(173,192,147); }

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

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

 span { border-color: rgb(173,192,147); }

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