#ADC393

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

Shades of Norway #ADC393

Tints of Norway #ADC393

Color information

#ADC393 (or 0xADC393) is unknown color: approx Norway. HEX triplet: AD, C3 and 93. RGB value is (173,195,147). Sum of RGB (Red+Green+Blue) = 173+195+147=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC393 is #523C6C. Grayscale: #B7B7B7. Windows color (decimal): -5389421 or 9683885. OLE color: 9683885.

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

Color convert

RGB173195147-
CMYK0.1100.250.24
HSL87.5º28.57%67.06%-
HSV(B)87.5º24.62%76.47%-
XYZ42.0250.0235.04-
YUV182.95107.71120.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=33.59%
G=37.86%
B=28.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951470.1100.250.2487.528.5767.06
HexADC393B01918581d43
Octal255303223130313013035103
Binary1010110111000011100100111011011001110001011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC393; }

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

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

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

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

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

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

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

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