#ADC09D

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

Shades of Norway #ADC09D

Tints of Norway #ADC09D

Color information

#ADC09D (or 0xADC09D) is unknown color: approx Norway. HEX triplet: AD, C0 and 9D. RGB value is (173,192,157). Sum of RGB (Red+Green+Blue) = 173+192+157=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC09D is #523F62. Grayscale: #B6B6B6. Windows color (decimal): -5390179 or 10338477. OLE color: 10338477.

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

Color convert

RGB173192157-
CMYK0.1000.180.25
HSL92.57º21.74%68.43%-
HSV(B)92.57º18.23%75.29%-
XYZ42.1749.0239.14-
YUV182.33113.71121.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=33.14%
G=36.78%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921570.1000.180.2592.5721.7468.43
HexADC09DA012195d1644
Octal255300235120223113526104
Binary1010110111000000100111011010010010110011011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC09D; }

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

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

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

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

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

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

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

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