#ADC38E

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

Shades of Norway #ADC38E

Tints of Norway #ADC38E

Color information

#ADC38E (or 0xADC38E) is unknown color: approx Norway. HEX triplet: AD, C3 and 8E. RGB value is (173,195,142). Sum of RGB (Red+Green+Blue) = 173+195+142=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38E is #523C71. Grayscale: #B6B6B6. Windows color (decimal): -5389426 or 9356205. OLE color: 9356205.

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

Color convert

RGB173195142-
CMYK0.1100.270.24
HSL84.91º30.64%66.08%-
HSV(B)84.91º27.18%76.47%-
XYZ41.6349.8733.02-
YUV182.38105.21121.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=33.92%
G=38.24%
B=27.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951420.1100.270.2484.9130.6466.08
HexADC38EB01B18551f42
Octal255303216130333012537102
Binary1010110111000011100011101011011011110001010101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC38E; }

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

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

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

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

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

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

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

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