#ADC397

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

Shades of Norway #ADC397

Tints of Norway #ADC397

Color information

#ADC397 (or 0xADC397) is unknown color: approx Norway. HEX triplet: AD, C3 and 97. RGB value is (173,195,151). Sum of RGB (Red+Green+Blue) = 173+195+151=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC397 is #523C68. Grayscale: #B7B7B7. Windows color (decimal): -5389417 or 9946029. OLE color: 9946029.

HSL color Cylindrical-coordinate representation of color #ADC397: hue angle of 90º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC397 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB173195151-
CMYK0.1100.230.24
HSL90º26.83%67.84%-
HSV(B)90º22.56%76.47%-
XYZ42.3350.1536.73-
YUV183.41109.71120.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=33.33%
G=37.57%
B=29.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951510.1100.230.249026.8367.84
HexADC397B017185a1b44
Octal255303227130273013233104
Binary1010110111000011100101111011010111110001011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC397; }

 p { color: rgb(173,195,151); }

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

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

 a { background-color: rgb(173,195,151); }

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

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

 span { border-color: rgb(173,195,151); }

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